Html Css Color HEX #DC279D Deep Cerise

📋 copy color: '#DC279D'

red 220 ◦ green 39 ◦ blue 157

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

Shades of Deep Cerise #DC279D

Tints of Deep Cerise #DC279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.38%

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

R = 52.88%
G = 9.38%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC279D (or 0xDC279D) is known color: Deep Cerise. HEX triplet: DC, 27 and 9D. RGB value is (220,39,157). Sum of RGB (Red+Green+Blue) = 220+39+157=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC279D is #23D862. Grayscale: #6A6A6A. Windows color (decimal): -2349155 or 10299356. OLE color: 10299356.

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

Color convert

RGB 220 39 157 -
CMYK 0 0.82 0.29 0.14
HSL 320.88º 0.72% 0.51% -
HSV(B) 320.88º 0.82% 0.86% -
XYZ 36.33 19.1 33.67 -
YUV 106.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 220 39 157 0 0.82 0.29 0.14 320.88 0.72 0.51
Hex DC 27 9D 0 52 1D E 141 48 33
Octal 334 47 235 0 122 35 16 501 110 63
Binary 11011100 100111 10011101 0 1010010 11101 1110 101000001 1001000 110011

Color Harmonies of #DC279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC279D

Black with #DC279D

Text Example


Text Example

White with #DC279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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