Html Css Color HEX #DC6BA8 Pale Violet Red

📋 copy color: '#DC6BA8'

red 220 ◦ green 107 ◦ blue 168

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

Shades of Pale Violet Red #DC6BA8

Tints of Pale Violet Red #DC6BA8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.62%

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

R = 44.44%
G = 21.62%
B = 33.94%

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

#DC6BA8 (or 0xDC6BA8) is known color: Pale Violet Red. HEX triplet: DC, 6B and A8. RGB value is (220,107,168). Sum of RGB (Red+Green+Blue) = 220+107+168=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BA8 is #239457. Grayscale: #939393. Windows color (decimal): -2331736 or 11037660. OLE color: 11037660.

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

Color convert

RGB 220 107 168 -
CMYK 0 0.51 0.24 0.14
HSL 327.61º 0.62% 0.64% -
HSV(B) 327.61º 0.51% 0.86% -
XYZ 41.84 28.56 40.35 -
YUV 147.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 220 107 168 0 0.51 0.24 0.14 327.61 0.62 0.64
Hex DC 6B A8 0 33 18 E 148 3E 40
Octal 334 153 250 0 63 30 16 510 76 100
Binary 11011100 1101011 10101000 0 110011 11000 1110 101001000 111110 1000000

Color Harmonies of #DC6BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BA8

Black with #DC6BA8

Text Example


Text Example

White with #DC6BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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