Html Css Color HEX #DC648D Pale Violet Red

📋 copy color: '#DC648D'

red 220 ◦ green 100 ◦ blue 141

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

Shades of Pale Violet Red #DC648D

Tints of Pale Violet Red #DC648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

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

R = 47.72%
G = 21.69%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC648D (or 0xDC648D) is known color: Pale Violet Red. HEX triplet: DC, 64 and 8D. RGB value is (220,100,141). Sum of RGB (Red+Green+Blue) = 220+100+141=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC648D is #239B72. Grayscale: #8C8C8C. Windows color (decimal): -2333555 or 9266396. OLE color: 9266396.

HSL color Cylindrical-coordinate representation of color #DC648D: hue angle of 339.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC648D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 100 141 -
CMYK 0 0.55 0.36 0.14
HSL 339.5º 0.63% 0.63% -
HSV(B) 339.5º 0.55% 0.86% -
XYZ 38.88 26.25 28.22 -
YUV 140.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 220 100 141 0 0.55 0.36 0.14 339.5 0.63 0.63
Hex DC 64 8D 0 37 24 E 154 3F 3F
Octal 334 144 215 0 67 44 16 524 77 77
Binary 11011100 1100100 10001101 0 110111 100100 1110 101010100 111111 111111

Color Harmonies of #DC648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC648D

Black with #DC648D

Text Example


Text Example

White with #DC648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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