Html Css Color HEX #DC2682 Deep Cerise

📋 copy color: '#DC2682'

red 220 ◦ green 38 ◦ blue 130

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

Shades of Deep Cerise #DC2682

Tints of Deep Cerise #DC2682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 56.7%
G = 9.79%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DC2682 (or 0xDC2682) is known color: Deep Cerise. HEX triplet: DC, 26 and 82. RGB value is (220,38,130). Sum of RGB (Red+Green+Blue) = 220+38+130=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2682 is #23D97D. Grayscale: #666666. Windows color (decimal): -2349438 or 8529628. OLE color: 8529628.

HSL color Cylindrical-coordinate representation of color #DC2682: hue angle of 329.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2682 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 130 -
CMYK 0 0.83 0.41 0.14
HSL 329.67º 0.72% 0.51% -
HSV(B) 329.67º 0.83% 0.86% -
XYZ 34.24 18.21 22.83 -
YUV 102.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 220 38 130 0 0.83 0.41 0.14 329.67 0.72 0.51
Hex DC 26 82 0 53 29 E 14A 48 33
Octal 334 46 202 0 123 51 16 512 110 63
Binary 11011100 100110 10000010 0 1010011 101001 1110 101001010 1001000 110011

Color Harmonies of #DC2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2682

Black with #DC2682

Text Example


Text Example

White with #DC2682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2682; }

 p { color: rgb(220,38,130); }

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

background-color css

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

 a { background-color: rgb(220,38,130); }

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

border-color css

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

 span { border-color: rgb(220,38,130); }

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