Html Css Color HEX #D29588 Petite Orchid

📋 copy color: '#D29588'

red 210 ◦ green 149 ◦ blue 136

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

Shades of Petite Orchid #D29588

Tints of Petite Orchid #D29588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 42.42%
G = 30.1%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D29588 (or 0xD29588) is known color: Petite Orchid. HEX triplet: D2, 95 and 88. RGB value is (210,149,136). Sum of RGB (Red+Green+Blue) = 210+149+136=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D29588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29588 is #2D6A77. Grayscale: #A5A5A5. Windows color (decimal): -2976376 or 8951250. OLE color: 8951250.

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

Color convert

RGB 210 149 136 -
CMYK 0 0.29 0.35 0.18
HSL 10.54º 0.45% 0.68% -
HSV(B) 10.54º 0.35% 0.82% -
XYZ 41.77 36.97 28.23 -
YUV 165.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 210 149 136 0 0.29 0.35 0.18 10.54 0.45 0.68
Hex D2 95 88 0 1D 23 12 B 2D 44
Octal 322 225 210 0 35 43 22 13 55 104
Binary 11010010 10010101 10001000 0 11101 100011 10010 1011 101101 1000100

Color Harmonies of #D29588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29588

Black with #D29588

Text Example


Text Example

White with #D29588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29588; }

 p { color: rgb(210,149,136); }

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

background-color css

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

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

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

border-color css

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

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

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