Html Css Color HEX #D29996 Petite Orchid

📋 copy color: '#D29996'

red 210 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #D29996

Tints of Petite Orchid #D29996

RGB

 RED value IS 210 (82.42% from 255) = 40.94%

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

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

R = 40.94%
G = 29.82%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29996 (or 0xD29996) is known color: Petite Orchid. HEX triplet: D2, 99 and 96. RGB value is (210,153,150). Sum of RGB (Red+Green+Blue) = 210+153+150=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29996 is #2D6669. Grayscale: #A9A9A9. Windows color (decimal): -2975338 or 9869778. OLE color: 9869778.

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

Color convert

RGB 210 153 150 -
CMYK 0 0.27 0.29 0.18
HSL 0.4% 0.71% -
HSV(B) 0.29% 0.82% -
XYZ 43.47 38.69 34.03 -
YUV 169.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 210 153 150 0 0.27 0.29 0.18 3 0.4 0.71
Hex D2 99 96 0 1B 1D 12 3 28 47
Octal 322 231 226 0 33 35 22 3 50 107
Binary 11010010 10011001 10010110 0 11011 11101 10010 11 101000 1000111

Color Harmonies of #D29996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29996

Black with #D29996

Text Example


Text Example

White with #D29996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29996; }

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

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

background-color css

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

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

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

border-color css

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

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

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