Html Css Color HEX #D29696 Petite Orchid

📋 copy color: '#D29696'

red 210 ◦ green 150 ◦ blue 150

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

Shades of Petite Orchid #D29696

Tints of Petite Orchid #D29696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.41%

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

R = 41.18%
G = 29.41%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29696 (or 0xD29696) is known color: Petite Orchid. HEX triplet: D2, 96 and 96. RGB value is (210,150,150). Sum of RGB (Red+Green+Blue) = 210+150+150=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D29696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29696 is #2D6969. Grayscale: #A8A8A8. Windows color (decimal): -2976106 or 9869010. OLE color: 9869010.

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

Color convert

RGB 210 150 150 -
CMYK 0 0.29 0.29 0.18
HSL 0.4% 0.71% -
HSV(B) 0.29% 0.82% -
XYZ 42.99 37.72 33.87 -
YUV 167.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 210 150 150 0 0.29 0.29 0.18 0 0.4 0.71
Hex D2 96 96 0 1D 1D 12 0 28 47
Octal 322 226 226 0 35 35 22 0 50 107
Binary 11010010 10010110 10010110 0 11101 11101 10010 0 101000 1000111

Color Harmonies of #D29696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29696

Black with #D29696

Text Example


Text Example

White with #D29696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29696; }

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

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

background-color css

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

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

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

border-color css

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

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

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