Html Css Color HEX #DC6C9B Pale Violet Red

📋 copy color: '#DC6C9B'

red 220 ◦ green 108 ◦ blue 155

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

Shades of Pale Violet Red #DC6C9B

Tints of Pale Violet Red #DC6C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 45.55%
G = 22.36%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC6C9B (or 0xDC6C9B) is known color: Pale Violet Red. HEX triplet: DC, 6C and 9B. RGB value is (220,108,155). Sum of RGB (Red+Green+Blue) = 220+108+155=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C9B is #239364. Grayscale: #929292. Windows color (decimal): -2331493 or 10185948. OLE color: 10185948.

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

Color convert

RGB 220 108 155 -
CMYK 0 0.51 0.30 0.14
HSL 334.82º 0.62% 0.64% -
HSV(B) 334.82º 0.51% 0.86% -
XYZ 40.79 28.31 34.32 -
YUV 146.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 220 108 155 0 0.51 0.30 0.14 334.82 0.62 0.64
Hex DC 6C 9B 0 33 1E E 14F 3E 40
Octal 334 154 233 0 63 36 16 517 76 100
Binary 11011100 1101100 10011011 0 110011 11110 1110 101001111 111110 1000000

Color Harmonies of #DC6C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C9B

Black with #DC6C9B

Text Example


Text Example

White with #DC6C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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