Html Css Color HEX #DC9490 Petite Orchid

📋 copy color: '#DC9490'

red 220 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #DC9490

Tints of Petite Orchid #DC9490

RGB

 RED value IS 220 (86.33% from 255) = 42.97%

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

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

R = 42.97%
G = 28.91%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC9490 (or 0xDC9490) is known color: Petite Orchid. HEX triplet: DC, 94 and 90. RGB value is (220,148,144). Sum of RGB (Red+Green+Blue) = 220+148+144=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9490 is #236B6F. Grayscale: #A9A9A9. Windows color (decimal): -2321264 or 9475292. OLE color: 9475292.

HSL color Cylindrical-coordinate representation of color #DC9490: hue angle of 3.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9490 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 144 -
CMYK 0 0.33 0.35 0.14
HSL 3.16º 0.52% 0.71% -
HSV(B) 3.16º 0.35% 0.86% -
XYZ 45.14 38.41 31.42 -
YUV 169.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 220 148 144 0 0.33 0.35 0.14 3.16 0.52 0.71
Hex DC 94 90 0 21 23 E 3 34 47
Octal 334 224 220 0 41 43 16 3 64 107
Binary 11011100 10010100 10010000 0 100001 100011 1110 11 110100 1000111

Color Harmonies of #DC9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9490

Black with #DC9490

Text Example


Text Example

White with #DC9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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