Html Css Color HEX #D69D96 Petite Orchid

📋 copy color: '#D69D96'

red 214 ◦ green 157 ◦ blue 150

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

Shades of Petite Orchid #D69D96

Tints of Petite Orchid #D69D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 41.07%
G = 30.13%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D69D96 (or 0xD69D96) is known color: Petite Orchid. HEX triplet: D6, 9D and 96. RGB value is (214,157,150). Sum of RGB (Red+Green+Blue) = 214+157+150=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D96 is #296269. Grayscale: #ADADAD. Windows color (decimal): -2712170 or 9870806. OLE color: 9870806.

HSL color Cylindrical-coordinate representation of color #D69D96: hue angle of 6.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69D96 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 150 -
CMYK 0 0.27 0.30 0.16
HSL 6.56º 0.44% 0.71% -
HSV(B) 6.56º 0.3% 0.84% -
XYZ 45.29 40.61 34.31 -
YUV 173.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 214 157 150 0 0.27 0.30 0.16 6.56 0.44 0.71
Hex D6 9D 96 0 1B 1E 10 7 2C 47
Octal 326 235 226 0 33 36 20 7 54 107
Binary 11010110 10011101 10010110 0 11011 11110 10000 111 101100 1000111

Color Harmonies of #D69D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69D96

Black with #D69D96

Text Example


Text Example

White with #D69D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69D96; }

 p { color: rgb(214,157,150); }

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

background-color css

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

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

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

border-color css

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

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

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