Html Css Color HEX #D29A95 Petite Orchid

📋 copy color: '#D29A95'

red 210 ◦ green 154 ◦ blue 149

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

Shades of Petite Orchid #D29A95

Tints of Petite Orchid #D29A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 40.94%
G = 30.02%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D29A95 (or 0xD29A95) is known color: Petite Orchid. HEX triplet: D2, 9A and 95. RGB value is (210,154,149). Sum of RGB (Red+Green+Blue) = 210+154+149=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A95 is #2D656A. Grayscale: #AAAAAA. Windows color (decimal): -2975083 or 9804498. OLE color: 9804498.

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

Color convert

RGB 210 154 149 -
CMYK 0 0.27 0.29 0.18
HSL 4.92º 0.4% 0.7% -
HSV(B) 4.92º 0.29% 0.82% -
XYZ 43.56 38.98 33.66 -
YUV 170.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 210 154 149 0 0.27 0.29 0.18 4.92 0.4 0.7
Hex D2 9A 95 0 1B 1D 12 5 28 46
Octal 322 232 225 0 33 35 22 5 50 106
Binary 11010010 10011010 10010101 0 11011 11101 10010 101 101000 1000110

Color Harmonies of #D29A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A95

Black with #D29A95

Text Example


Text Example

White with #D29A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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