Html Css Color HEX #DC638D Pale Violet Red

📋 copy color: '#DC638D'

red 220 ◦ green 99 ◦ blue 141

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

Shades of Pale Violet Red #DC638D

Tints of Pale Violet Red #DC638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.52%

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

R = 47.83%
G = 21.52%
B = 30.65%

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

#DC638D (or 0xDC638D) is known color: Pale Violet Red. HEX triplet: DC, 63 and 8D. RGB value is (220,99,141). Sum of RGB (Red+Green+Blue) = 220+99+141=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC638D is #239C72. Grayscale: #8B8B8B. Windows color (decimal): -2333811 or 9266140. OLE color: 9266140.

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

Color convert

RGB 220 99 141 -
CMYK 0 0.55 0.36 0.14
HSL 339.17º 0.63% 0.63% -
HSV(B) 339.17º 0.55% 0.86% -
XYZ 38.78 26.06 28.19 -
YUV 139.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 220 99 141 0 0.55 0.36 0.14 339.17 0.63 0.63
Hex DC 63 8D 0 37 24 E 153 3F 3F
Octal 334 143 215 0 67 44 16 523 77 77
Binary 11011100 1100011 10001101 0 110111 100100 1110 101010011 111111 111111

Color Harmonies of #DC638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC638D

Black with #DC638D

Text Example


Text Example

White with #DC638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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