Html Css Color HEX #D29898 Petite Orchid

📋 copy color: '#D29898'

red 210 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #D29898

Tints of Petite Orchid #D29898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.57%

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

R = 40.86%
G = 29.57%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29898 (or 0xD29898) is known color: Petite Orchid. HEX triplet: D2, 98 and 98. RGB value is (210,152,152). Sum of RGB (Red+Green+Blue) = 210+152+152=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D29898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29898 is #2D6767. Grayscale: #A9A9A9. Windows color (decimal): -2975592 or 10000594. OLE color: 10000594.

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

Color convert

RGB 210 152 152 -
CMYK 0 0.28 0.28 0.18
HSL 0.39% 0.71% -
HSV(B) 0.28% 0.82% -
XYZ 43.47 38.43 34.83 -
YUV 169.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 210 152 152 0 0.28 0.28 0.18 0 0.39 0.71
Hex D2 98 98 0 1C 1C 12 0 27 47
Octal 322 230 230 0 34 34 22 0 47 107
Binary 11010010 10011000 10011000 0 11100 11100 10010 0 100111 1000111

Color Harmonies of #D29898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29898

Black with #D29898

Text Example


Text Example

White with #D29898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29898; }

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

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

background-color css

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

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

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

border-color css

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

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

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