Html Css Color HEX #D29891 Petite Orchid

📋 copy color: '#D29891'

red 210 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #D29891

Tints of Petite Orchid #D29891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 41.42%
G = 29.98%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D29891 (or 0xD29891) is known color: Petite Orchid. HEX triplet: D2, 98 and 91. RGB value is (210,152,145). Sum of RGB (Red+Green+Blue) = 210+152+145=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D29891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29891 is #2D676E. Grayscale: #A8A8A8. Windows color (decimal): -2975599 or 9541842. OLE color: 9541842.

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

Color convert

RGB 210 152 145 -
CMYK 0 0.28 0.31 0.18
HSL 6.46º 0.42% 0.7% -
HSV(B) 6.46º 0.31% 0.82% -
XYZ 42.92 38.2 31.9 -
YUV 168.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 210 152 145 0 0.28 0.31 0.18 6.46 0.42 0.7
Hex D2 98 91 0 1C 1F 12 6 2A 46
Octal 322 230 221 0 34 37 22 6 52 106
Binary 11010010 10011000 10010001 0 11100 11111 10010 110 101010 1000110

Color Harmonies of #D29891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29891

Black with #D29891

Text Example


Text Example

White with #D29891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29891; }

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

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

background-color css

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

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

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

border-color css

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

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

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