Html Css Color HEX #DC628B Pale Violet Red

📋 copy color: '#DC628B'

red 220 ◦ green 98 ◦ blue 139

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

Shades of Pale Violet Red #DC628B

Tints of Pale Violet Red #DC628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.44%

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

R = 48.14%
G = 21.44%
B = 30.42%

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

#DC628B (or 0xDC628B) is known color: Pale Violet Red. HEX triplet: DC, 62 and 8B. RGB value is (220,98,139). Sum of RGB (Red+Green+Blue) = 220+98+139=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC628B is #239D74. Grayscale: #8B8B8B. Windows color (decimal): -2334069 or 9134812. OLE color: 9134812.

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

Color convert

RGB 220 98 139 -
CMYK 0 0.55 0.37 0.14
HSL 339.84º 0.64% 0.62% -
HSV(B) 339.84º 0.55% 0.86% -
XYZ 38.54 25.82 27.38 -
YUV 139.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 220 98 139 0 0.55 0.37 0.14 339.84 0.64 0.62
Hex DC 62 8B 0 37 25 E 154 40 3E
Octal 334 142 213 0 67 45 16 524 100 76
Binary 11011100 1100010 10001011 0 110111 100101 1110 101010100 1000000 111110

Color Harmonies of #DC628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC628B

Black with #DC628B

Text Example


Text Example

White with #DC628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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