Html Css Color HEX #D29997 Petite Orchid

📋 copy color: '#D29997'

red 210 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #D29997

Tints of Petite Orchid #D29997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.38%

R = 40.86%
G = 29.77%
B = 29.38%

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

#D29997 (or 0xD29997) is known color: Petite Orchid. HEX triplet: D2, 99 and 97. RGB value is (210,153,151). Sum of RGB (Red+Green+Blue) = 210+153+151=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D29997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29997 is #2D6668. Grayscale: #A9A9A9. Windows color (decimal): -2975337 or 9935314. OLE color: 9935314.

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

Color convert

RGB 210 153 151 -
CMYK 0 0.27 0.28 0.18
HSL 2.03º 0.4% 0.71% -
HSV(B) 2.03º 0.28% 0.82% -
XYZ 43.56 38.72 34.46 -
YUV 169.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 210 153 151 0 0.27 0.28 0.18 2.03 0.4 0.71
Hex D2 99 97 0 1B 1C 12 2 28 47
Octal 322 231 227 0 33 34 22 2 50 107
Binary 11010010 10011001 10010111 0 11011 11100 10010 10 101000 1000111

Color Harmonies of #D29997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29997

Black with #D29997

Text Example


Text Example

White with #D29997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29997; }

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

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

background-color css

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

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

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

border-color css

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

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

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