Html Css Color HEX #DC608D Pale Violet Red

📋 copy color: '#DC608D'

red 220 ◦ green 96 ◦ blue 141

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

Shades of Pale Violet Red #DC608D

Tints of Pale Violet Red #DC608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 48.14%
G = 21.01%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC608D (or 0xDC608D) is known color: Pale Violet Red. HEX triplet: DC, 60 and 8D. RGB value is (220,96,141). Sum of RGB (Red+Green+Blue) = 220+96+141=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC608D is #239F72. Grayscale: #8A8A8A. Windows color (decimal): -2334579 or 9265372. OLE color: 9265372.

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

Color convert

RGB 220 96 141 -
CMYK 0 0.56 0.36 0.14
HSL 338.23º 0.64% 0.62% -
HSV(B) 338.23º 0.56% 0.86% -
XYZ 38.51 25.5 28.09 -
YUV 138.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 220 96 141 0 0.56 0.36 0.14 338.23 0.64 0.62
Hex DC 60 8D 0 38 24 E 152 40 3E
Octal 334 140 215 0 70 44 16 522 100 76
Binary 11011100 1100000 10001101 0 111000 100100 1110 101010010 1000000 111110

Color Harmonies of #DC608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC608D

Black with #DC608D

Text Example


Text Example

White with #DC608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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