Html Css Color HEX #DC6F9C Pale Violet Red

📋 copy color: '#DC6F9C'

red 220 ◦ green 111 ◦ blue 156

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

Shades of Pale Violet Red #DC6F9C

Tints of Pale Violet Red #DC6F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

 BLUE value IS 156 (61.33% from 255) = 32.03%

R = 45.17%
G = 22.79%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC6F9C (or 0xDC6F9C) is known color: Pale Violet Red. HEX triplet: DC, 6F and 9C. RGB value is (220,111,156). Sum of RGB (Red+Green+Blue) = 220+111+156=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F9C is #239063. Grayscale: #949494. Windows color (decimal): -2330724 or 10252252. OLE color: 10252252.

HSL color Cylindrical-coordinate representation of color #DC6F9C: hue angle of 335.23º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F9C is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 156 -
CMYK 0 0.50 0.29 0.14
HSL 335.23º 0.61% 0.65% -
HSV(B) 335.23º 0.5% 0.86% -
XYZ 41.2 28.98 34.88 -
YUV 148.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 220 111 156 0 0.50 0.29 0.14 335.23 0.61 0.65
Hex DC 6F 9C 0 32 1D E 14F 3D 41
Octal 334 157 234 0 62 35 16 517 75 101
Binary 11011100 1101111 10011100 0 110010 11101 1110 101001111 111101 1000001

Color Harmonies of #DC6F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F9C

Black with #DC6F9C

Text Example


Text Example

White with #DC6F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F9C; }

 p { color: rgb(220,111,156); }

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

background-color css

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

 a { background-color: rgb(220,111,156); }

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

border-color css

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

 span { border-color: rgb(220,111,156); }

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