Html Css Color HEX #DC648B Pale Violet Red

📋 copy color: '#DC648B'

red 220 ◦ green 100 ◦ blue 139

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

Shades of Pale Violet Red #DC648B

Tints of Pale Violet Red #DC648B

RGB

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

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

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

R = 47.93%
G = 21.79%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC648B (or 0xDC648B) is known color: Pale Violet Red. HEX triplet: DC, 64 and 8B. RGB value is (220,100,139). Sum of RGB (Red+Green+Blue) = 220+100+139=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC648B is #239B74. Grayscale: #8C8C8C. Windows color (decimal): -2333557 or 9135324. OLE color: 9135324.

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

Color convert

RGB 220 100 139 -
CMYK 0 0.55 0.37 0.14
HSL 340.5º 0.63% 0.63% -
HSV(B) 340.5º 0.55% 0.86% -
XYZ 38.73 26.19 27.44 -
YUV 140.33 127.26 184.83 -
System Red Green Blue C M Y K H S L
Decimal 220 100 139 0 0.55 0.37 0.14 340.5 0.63 0.63
Hex DC 64 8B 0 37 25 E 154 3F 3F
Octal 334 144 213 0 67 45 16 524 77 77
Binary 11011100 1100100 10001011 0 110111 100101 1110 101010100 111111 111111

Color Harmonies of #DC648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC648B

Black with #DC648B

Text Example


Text Example

White with #DC648B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC648B; }

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

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

background-color css

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

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

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

border-color css

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

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

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