Html Css Color HEX #D29490 Petite Orchid

📋 copy color: '#D29490'

red 210 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #D29490

Tints of Petite Orchid #D29490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 41.83%
G = 29.48%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D29490 (or 0xD29490) is known color: Petite Orchid. HEX triplet: D2, 94 and 90. RGB value is (210,148,144). Sum of RGB (Red+Green+Blue) = 210+148+144=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D29490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29490 is #2D6B6F. Grayscale: #A6A6A6. Windows color (decimal): -2976624 or 9475282. OLE color: 9475282.

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

Color convert

RGB 210 148 144 -
CMYK 0 0.30 0.31 0.18
HSL 3.64º 0.42% 0.69% -
HSV(B) 3.64º 0.31% 0.82% -
XYZ 42.2 36.9 31.28 -
YUV 166.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 210 148 144 0 0.30 0.31 0.18 3.64 0.42 0.69
Hex D2 94 90 0 1E 1F 12 4 2A 45
Octal 322 224 220 0 36 37 22 4 52 105
Binary 11010010 10010100 10010000 0 11110 11111 10010 100 101010 1000101

Color Harmonies of #D29490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29490

Black with #D29490

Text Example


Text Example

White with #D29490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29490; }

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

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

background-color css

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

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

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

border-color css

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

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

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