Html Css Color HEX #DC608B Pale Violet Red

📋 copy color: '#DC608B'

red 220 ◦ green 96 ◦ blue 139

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

Shades of Pale Violet Red #DC608B

Tints of Pale Violet Red #DC608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 48.35%
G = 21.1%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC608B (or 0xDC608B) is known color: Pale Violet Red. HEX triplet: DC, 60 and 8B. RGB value is (220,96,139). Sum of RGB (Red+Green+Blue) = 220+96+139=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC608B is #239F74. Grayscale: #898989. Windows color (decimal): -2334581 or 9134300. OLE color: 9134300.

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

Color convert

RGB 220 96 139 -
CMYK 0 0.56 0.37 0.14
HSL 339.19º 0.64% 0.62% -
HSV(B) 339.19º 0.56% 0.86% -
XYZ 38.36 25.45 27.32 -
YUV 137.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 220 96 139 0 0.56 0.37 0.14 339.19 0.64 0.62
Hex DC 60 8B 0 38 25 E 153 40 3E
Octal 334 140 213 0 70 45 16 523 100 76
Binary 11011100 1100000 10001011 0 111000 100101 1110 101010011 1000000 111110

Color Harmonies of #DC608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC608B

Black with #DC608B

Text Example


Text Example

White with #DC608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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