Html Css Color HEX #DC609B Pale Violet Red

📋 copy color: '#DC609B'

red 220 ◦ green 96 ◦ blue 155

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

Shades of Pale Violet Red #DC609B

Tints of Pale Violet Red #DC609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.38%

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

R = 46.71%
G = 20.38%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC609B (or 0xDC609B) is known color: Pale Violet Red. HEX triplet: DC, 60 and 9B. RGB value is (220,96,155). Sum of RGB (Red+Green+Blue) = 220+96+155=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC609B is #239F64. Grayscale: #8B8B8B. Windows color (decimal): -2334565 or 10182876. OLE color: 10182876.

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

Color convert

RGB 220 96 155 -
CMYK 0 0.56 0.30 0.14
HSL 331.45º 0.64% 0.62% -
HSV(B) 331.45º 0.56% 0.86% -
XYZ 39.61 25.95 33.93 -
YUV 139.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 220 96 155 0 0.56 0.30 0.14 331.45 0.64 0.62
Hex DC 60 9B 0 38 1E E 14B 40 3E
Octal 334 140 233 0 70 36 16 513 100 76
Binary 11011100 1100000 10011011 0 111000 11110 1110 101001011 1000000 111110

Color Harmonies of #DC609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC609B

Black with #DC609B

Text Example


Text Example

White with #DC609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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