Html Css Color HEX #DC6C9A Pale Violet Red

📋 copy color: '#DC6C9A'

red 220 ◦ green 108 ◦ blue 154

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

Shades of Pale Violet Red #DC6C9A

Tints of Pale Violet Red #DC6C9A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 45.64%
G = 22.41%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC6C9A (or 0xDC6C9A) is known color: Pale Violet Red. HEX triplet: DC, 6C and 9A. RGB value is (220,108,154). Sum of RGB (Red+Green+Blue) = 220+108+154=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C9A is #239365. Grayscale: #929292. Windows color (decimal): -2331494 or 10120412. OLE color: 10120412.

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

Color convert

RGB 220 108 154 -
CMYK 0 0.51 0.3 0.14
HSL 335.36º 0.62% 0.64% -
HSV(B) 335.36º 0.51% 0.86% -
XYZ 40.71 28.27 33.88 -
YUV 146.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 220 108 154 0 0.51 0.3 0.14 335.36 0.62 0.64
Hex DC 6C 9A 0 33 1E E 14F 3E 40
Octal 334 154 232 0 63 36 16 517 76 100
Binary 11011100 1101100 10011010 0 110011 11110 1110 101001111 111110 1000000

Color Harmonies of #DC6C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C9A

Black with #DC6C9A

Text Example


Text Example

White with #DC6C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C9A; }

 p { color: rgb(220,108,154); }

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

background-color css

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

 a { background-color: rgb(220,108,154); }

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

border-color css

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

 span { border-color: rgb(220,108,154); }

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