Html Css Color HEX #DC629D Pale Violet Red

📋 copy color: '#DC629D'

red 220 ◦ green 98 ◦ blue 157

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

Shades of Pale Violet Red #DC629D

Tints of Pale Violet Red #DC629D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 46.32%
G = 20.63%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC629D (or 0xDC629D) is known color: Pale Violet Red. HEX triplet: DC, 62 and 9D. RGB value is (220,98,157). Sum of RGB (Red+Green+Blue) = 220+98+157=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC629D is #239D62. Grayscale: #8D8D8D. Windows color (decimal): -2334051 or 10314460. OLE color: 10314460.

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

Color convert

RGB 220 98 157 -
CMYK 0 0.55 0.29 0.14
HSL 330.98º 0.64% 0.62% -
HSV(B) 330.98º 0.55% 0.86% -
XYZ 39.97 26.39 34.88 -
YUV 141.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 220 98 157 0 0.55 0.29 0.14 330.98 0.64 0.62
Hex DC 62 9D 0 37 1D E 14B 40 3E
Octal 334 142 235 0 67 35 16 513 100 76
Binary 11011100 1100010 10011101 0 110111 11101 1110 101001011 1000000 111110

Color Harmonies of #DC629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC629D

Black with #DC629D

Text Example


Text Example

White with #DC629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC629D; }

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

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

background-color css

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

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

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

border-color css

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

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

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