Html Css Color HEX #DC6CA8 Pale Violet Red

📋 copy color: '#DC6CA8'

red 220 ◦ green 108 ◦ blue 168

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

Shades of Pale Violet Red #DC6CA8

Tints of Pale Violet Red #DC6CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 44.35%
G = 21.77%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC6CA8 (or 0xDC6CA8) is known color: Pale Violet Red. HEX triplet: DC, 6C and A8. RGB value is (220,108,168). Sum of RGB (Red+Green+Blue) = 220+108+168=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6CA8 is #239357. Grayscale: #949494. Windows color (decimal): -2331480 or 11037916. OLE color: 11037916.

HSL color Cylindrical-coordinate representation of color #DC6CA8: hue angle of 327.86º 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 #DC6CA8 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 168 -
CMYK 0 0.51 0.24 0.14
HSL 327.86º 0.62% 0.64% -
HSV(B) 327.86º 0.51% 0.86% -
XYZ 41.95 28.77 40.39 -
YUV 148.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 220 108 168 0 0.51 0.24 0.14 327.86 0.62 0.64
Hex DC 6C A8 0 33 18 E 148 3E 40
Octal 334 154 250 0 63 30 16 510 76 100
Binary 11011100 1101100 10101000 0 110011 11000 1110 101001000 111110 1000000

Color Harmonies of #DC6CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CA8

Black with #DC6CA8

Text Example


Text Example

White with #DC6CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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