Html Css Color HEX #D29998 Petite Orchid

📋 copy color: '#D29998'

red 210 ◦ green 153 ◦ blue 152

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

Shades of Petite Orchid #D29998

Tints of Petite Orchid #D29998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.51%

R = 40.78%
G = 29.71%
B = 29.51%

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

#D29998 (or 0xD29998) is known color: Petite Orchid. HEX triplet: D2, 99 and 98. RGB value is (210,153,152). Sum of RGB (Red+Green+Blue) = 210+153+152=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D29998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29998 is #2D6667. Grayscale: #A9A9A9. Windows color (decimal): -2975336 or 10000850. OLE color: 10000850.

HSL color Cylindrical-coordinate representation of color #D29998: hue angle of 1.03º degrees, saturation: 0.39, 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 #D29998 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 152 -
CMYK 0 0.27 0.28 0.18
HSL 1.03º 0.39% 0.71% -
HSV(B) 1.03º 0.28% 0.82% -
XYZ 43.64 38.75 34.89 -
YUV 169.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 210 153 152 0 0.27 0.28 0.18 1.03 0.39 0.71
Hex D2 99 98 0 1B 1C 12 1 27 47
Octal 322 231 230 0 33 34 22 1 47 107
Binary 11010010 10011001 10011000 0 11011 11100 10010 1 100111 1000111

Color Harmonies of #D29998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29998

Black with #D29998

Text Example


Text Example

White with #D29998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29998; }

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

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

background-color css

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

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

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

border-color css

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

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

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