Html Css Color HEX #D69999 Petite Orchid

📋 copy color: '#D69999'

red 214 ◦ green 153 ◦ blue 153

#D69999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D69999

Tints of Petite Orchid #D69999

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

 GREEN value IS 153 (60.16% from 255) = 29.42%

 BLUE value IS 153 (60.16% from 255) = 29.42%

R = 41.15%
G = 29.42%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D69999 (or 0xD69999) is known color: Petite Orchid. HEX triplet: D6, 99 and 99. RGB value is (214,153,153). Sum of RGB (Red+Green+Blue) = 214+153+153=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D69999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69999 is #296666. Grayscale: #ABABAB. Windows color (decimal): -2713191 or 10066390. OLE color: 10066390.

HSL color Cylindrical-coordinate representation of color #D69999: hue angle of 0º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69999 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 153 -
CMYK 0 0.29 0.29 0.16
HSL 0.43% 0.72% -
HSV(B) 0.29% 0.84% -
XYZ 44.87 39.38 35.37 -
YUV 171.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 214 153 153 0 0.29 0.29 0.16 0 0.43 0.72
Hex D6 99 99 0 1D 1D 10 0 2B 48
Octal 326 231 231 0 35 35 20 0 53 110
Binary 11010110 10011001 10011001 0 11101 11101 10000 0 101011 1001000

Color Harmonies of #D69999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69999

Black with #D69999

Text Example


Text Example

White with #D69999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69999; }

 p { color: rgb(214,153,153); }

 H1.HeaderClassName
 {
   color: #D69999;
 }
 .AnyTagClassName
 {
   color: #D69999;
 }
</style>

background-color css

<style>
 a { background-color: #D69999; }

 a { background-color: rgb(214,153,153); }

 div.DivClassName
 {
   background-color: #D69999;
 }
 .BgClassName
 {
   background-color: #D69999;
 }
</style>

border-color css

<style>
 span { border-color: #D69999; }

 span { border-color: rgb(214,153,153); }

 td.TdClassName
 {
   border-color: #D69999;
 }
 .TagClassName
 {
   border-color: #D69999;
 }
</style>