Html Css Color HEX #DC6990 Pale Violet Red

📋 copy color: '#DC6990'

red 220 ◦ green 105 ◦ blue 144

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

Shades of Pale Violet Red #DC6990

Tints of Pale Violet Red #DC6990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.39%

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

R = 46.91%
G = 22.39%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC6990 (or 0xDC6990) is known color: Pale Violet Red. HEX triplet: DC, 69 and 90. RGB value is (220,105,144). Sum of RGB (Red+Green+Blue) = 220+105+144=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6990 is #23966F. Grayscale: #8F8F8F. Windows color (decimal): -2332272 or 9464284. OLE color: 9464284.

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

Color convert

RGB 220 105 144 -
CMYK 0 0.52 0.35 0.14
HSL 339.65º 0.62% 0.64% -
HSV(B) 339.65º 0.52% 0.86% -
XYZ 39.6 27.33 29.57 -
YUV 143.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 220 105 144 0 0.52 0.35 0.14 339.65 0.62 0.64
Hex DC 69 90 0 34 23 E 154 3E 40
Octal 334 151 220 0 64 43 16 524 76 100
Binary 11011100 1101001 10010000 0 110100 100011 1110 101010100 111110 1000000

Color Harmonies of #DC6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6990

Black with #DC6990

Text Example


Text Example

White with #DC6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6990; }

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

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

background-color css

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

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

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

border-color css

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

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

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