Html Css Color HEX #DC638E Pale Violet Red

📋 copy color: '#DC638E'

red 220 ◦ green 99 ◦ blue 142

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

Shades of Pale Violet Red #DC638E

Tints of Pale Violet Red #DC638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.8%

R = 47.72%
G = 21.48%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC638E (or 0xDC638E) is known color: Pale Violet Red. HEX triplet: DC, 63 and 8E. RGB value is (220,99,142). Sum of RGB (Red+Green+Blue) = 220+99+142=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC638E is #239C71. Grayscale: #8C8C8C. Windows color (decimal): -2333810 or 9331676. OLE color: 9331676.

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

Color convert

RGB 220 99 142 -
CMYK 0 0.55 0.35 0.14
HSL 338.68º 0.63% 0.63% -
HSV(B) 338.68º 0.55% 0.86% -
XYZ 38.86 26.09 28.58 -
YUV 140.08 129.09 185 -
System Red Green Blue C M Y K H S L
Decimal 220 99 142 0 0.55 0.35 0.14 338.68 0.63 0.63
Hex DC 63 8E 0 37 23 E 153 3F 3F
Octal 334 143 216 0 67 43 16 523 77 77
Binary 11011100 1100011 10001110 0 110111 100011 1110 101010011 111111 111111

Color Harmonies of #DC638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC638E

Black with #DC638E

Text Example


Text Example

White with #DC638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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