Html Css Color HEX #DC338E Deep Cerise

📋 copy color: '#DC338E'

red 220 ◦ green 51 ◦ blue 142

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

Shades of Deep Cerise #DC338E

Tints of Deep Cerise #DC338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.35%

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

R = 53.27%
G = 12.35%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC338E (or 0xDC338E) is known color: Deep Cerise. HEX triplet: DC, 33 and 8E. RGB value is (220,51,142). Sum of RGB (Red+Green+Blue) = 220+51+142=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC338E is #23CC71. Grayscale: #6F6F6F. Windows color (decimal): -2346098 or 9319388. OLE color: 9319388.

HSL color Cylindrical-coordinate representation of color #DC338E: hue angle of 327.69º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC338E is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 142 -
CMYK 0 0.77 0.35 0.14
HSL 327.69º 0.71% 0.53% -
HSV(B) 327.69º 0.77% 0.86% -
XYZ 35.58 19.54 27.49 -
YUV 111.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 220 51 142 0 0.77 0.35 0.14 327.69 0.71 0.53
Hex DC 33 8E 0 4D 23 E 148 47 35
Octal 334 63 216 0 115 43 16 510 107 65
Binary 11011100 110011 10001110 0 1001101 100011 1110 101001000 1000111 110101

Color Harmonies of #DC338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC338E

Black with #DC338E

Text Example


Text Example

White with #DC338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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