Html Css Color HEX #D69A96 Petite Orchid

📋 copy color: '#D69A96'

red 214 ◦ green 154 ◦ blue 150

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

Shades of Petite Orchid #D69A96

Tints of Petite Orchid #D69A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.73%

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

R = 41.31%
G = 29.73%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D69A96 (or 0xD69A96) is known color: Petite Orchid. HEX triplet: D6, 9A and 96. RGB value is (214,154,150). Sum of RGB (Red+Green+Blue) = 214+154+150=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A96 is #296569. Grayscale: #ABABAB. Windows color (decimal): -2712938 or 9870038. OLE color: 9870038.

HSL color Cylindrical-coordinate representation of color #D69A96: hue angle of 3.75º 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 #D69A96 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 150 -
CMYK 0 0.28 0.30 0.16
HSL 3.75º 0.44% 0.71% -
HSV(B) 3.75º 0.3% 0.84% -
XYZ 44.79 39.61 34.14 -
YUV 171.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 214 154 150 0 0.28 0.30 0.16 3.75 0.44 0.71
Hex D6 9A 96 0 1C 1E 10 4 2C 47
Octal 326 232 226 0 34 36 20 4 54 107
Binary 11010110 10011010 10010110 0 11100 11110 10000 100 101100 1000111

Color Harmonies of #D69A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A96

Black with #D69A96

Text Example


Text Example

White with #D69A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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