Html Css Color HEX #D19996 Petite Orchid

📋 copy color: '#D19996'

red 209 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #D19996

Tints of Petite Orchid #D19996

RGB

 RED value IS 209 (82.03% from 255) = 40.82%

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

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

R = 40.82%
G = 29.88%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19996 (or 0xD19996) is known color: Petite Orchid. HEX triplet: D1, 99 and 96. RGB value is (209,153,150). Sum of RGB (Red+Green+Blue) = 209+153+150=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D19996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19996 is #2E6669. Grayscale: #A9A9A9. Windows color (decimal): -3040874 or 9869777. OLE color: 9869777.

HSL color Cylindrical-coordinate representation of color #D19996: hue angle of 3.05º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19996 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 150 -
CMYK 0 0.27 0.28 0.18
HSL 3.05º 0.39% 0.7% -
HSV(B) 3.05º 0.28% 0.82% -
XYZ 43.19 38.54 34.02 -
YUV 169.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 209 153 150 0 0.27 0.28 0.18 3.05 0.39 0.7
Hex D1 99 96 0 1B 1C 12 3 27 46
Octal 321 231 226 0 33 34 22 3 47 106
Binary 11010001 10011001 10010110 0 11011 11100 10010 11 100111 1000110

Color Harmonies of #D19996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19996

Black with #D19996

Text Example


Text Example

White with #D19996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19996; }

 p { color: rgb(209,153,150); }

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

background-color css

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

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

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

border-color css

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

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

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