Html Css Color HEX #D29892 Petite Orchid

📋 copy color: '#D29892'

red 210 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #D29892

Tints of Petite Orchid #D29892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 41.34%
G = 29.92%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29892 (or 0xD29892) is known color: Petite Orchid. HEX triplet: D2, 98 and 92. RGB value is (210,152,146). Sum of RGB (Red+Green+Blue) = 210+152+146=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D29892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29892 is #2D676D. Grayscale: #A8A8A8. Windows color (decimal): -2975598 or 9607378. OLE color: 9607378.

HSL color Cylindrical-coordinate representation of color #D29892: hue angle of 5.62º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29892 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 152 146 -
CMYK 0 0.28 0.30 0.18
HSL 5.63º 0.42% 0.7% -
HSV(B) 5.63º 0.3% 0.82% -
XYZ 42.99 38.23 32.31 -
YUV 168.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 210 152 146 0 0.28 0.30 0.18 5.63 0.42 0.7
Hex D2 98 92 0 1C 1E 12 6 2A 46
Octal 322 230 222 0 34 36 22 6 52 106
Binary 11010010 10011000 10010010 0 11100 11110 10010 110 101010 1000110

Color Harmonies of #D29892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29892

Black with #D29892

Text Example


Text Example

White with #D29892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29892; }

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

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

background-color css

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

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

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

border-color css

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

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

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