Html Css Color HEX #D29090 Petite Orchid

📋 copy color: '#D29090'

red 210 ◦ green 144 ◦ blue 144

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

Shades of Petite Orchid #D29090

Tints of Petite Orchid #D29090

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.92%

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 42.17%
G = 28.92%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D29090 (or 0xD29090) is known color: Petite Orchid. HEX triplet: D2, 90 and 90. RGB value is (210,144,144). Sum of RGB (Red+Green+Blue) = 210+144+144=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D29090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29090 is #2D6F6F. Grayscale: #A3A3A3. Windows color (decimal): -2977648 or 9474258. OLE color: 9474258.

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

Color convert

RGB 210 144 144 -
CMYK 0 0.31 0.31 0.18
HSL 0.42% 0.69% -
HSV(B) 0.31% 0.82% -
XYZ 41.59 35.66 31.08 -
YUV 163.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 210 144 144 0 0.31 0.31 0.18 0 0.42 0.69
Hex D2 90 90 0 1F 1F 12 0 2A 45
Octal 322 220 220 0 37 37 22 0 52 105
Binary 11010010 10010000 10010000 0 11111 11111 10010 0 101010 1000101

Color Harmonies of #D29090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29090

Black with #D29090

Text Example


Text Example

White with #D29090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29090; }

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

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

background-color css

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

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

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

border-color css

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

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

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