Html Css Color HEX #DC608F Pale Violet Red

📋 copy color: '#DC608F'

red 220 ◦ green 96 ◦ blue 143

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

Shades of Pale Violet Red #DC608F

Tints of Pale Violet Red #DC608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.15%

R = 47.93%
G = 20.92%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC608F (or 0xDC608F) is known color: Pale Violet Red. HEX triplet: DC, 60 and 8F. RGB value is (220,96,143). Sum of RGB (Red+Green+Blue) = 220+96+143=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC608F is #239F70. Grayscale: #8A8A8A. Windows color (decimal): -2334577 or 9396444. OLE color: 9396444.

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

Color convert

RGB 220 96 143 -
CMYK 0 0.56 0.35 0.14
HSL 337.26º 0.64% 0.62% -
HSV(B) 337.26º 0.56% 0.86% -
XYZ 38.66 25.56 28.88 -
YUV 138.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 220 96 143 0 0.56 0.35 0.14 337.26 0.64 0.62
Hex DC 60 8F 0 38 23 E 151 40 3E
Octal 334 140 217 0 70 43 16 521 100 76
Binary 11011100 1100000 10001111 0 111000 100011 1110 101010001 1000000 111110

Color Harmonies of #DC608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC608F

Black with #DC608F

Text Example


Text Example

White with #DC608F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC608F; }

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

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

background-color css

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

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

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

border-color css

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

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

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