Html Css Color HEX #D29790 Petite Orchid

📋 copy color: '#D29790'

red 210 ◦ green 151 ◦ blue 144

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

Shades of Petite Orchid #D29790

Tints of Petite Orchid #D29790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.9%

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

R = 41.58%
G = 29.9%
B = 28.51%

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

#D29790 (or 0xD29790) is known color: Petite Orchid. HEX triplet: D2, 97 and 90. RGB value is (210,151,144). Sum of RGB (Red+Green+Blue) = 210+151+144=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D29790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29790 is #2D686F. Grayscale: #A7A7A7. Windows color (decimal): -2975856 or 9476050. OLE color: 9476050.

HSL color Cylindrical-coordinate representation of color #D29790: hue angle of 6.36º 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 #D29790 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 144 -
CMYK 0 0.28 0.31 0.18
HSL 6.36º 0.42% 0.69% -
HSV(B) 6.36º 0.31% 0.82% -
XYZ 42.68 37.85 31.44 -
YUV 167.84 114.55 158.07 -
System Red Green Blue C M Y K H S L
Decimal 210 151 144 0 0.28 0.31 0.18 6.36 0.42 0.69
Hex D2 97 90 0 1C 1F 12 6 2A 45
Octal 322 227 220 0 34 37 22 6 52 105
Binary 11010010 10010111 10010000 0 11100 11111 10010 110 101010 1000101

Color Harmonies of #D29790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29790

Black with #D29790

Text Example


Text Example

White with #D29790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29790; }

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

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

background-color css

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

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

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

border-color css

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

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

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