Html Css Color HEX #DC339D Deep Cerise

📋 copy color: '#DC339D'

red 220 ◦ green 51 ◦ blue 157

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

Shades of Deep Cerise #DC339D

Tints of Deep Cerise #DC339D

RGB

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

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

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

R = 51.4%
G = 11.92%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC339D (or 0xDC339D) is known color: Deep Cerise. HEX triplet: DC, 33 and 9D. RGB value is (220,51,157). Sum of RGB (Red+Green+Blue) = 220+51+157=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC339D is #23CC62. Grayscale: #717171. Windows color (decimal): -2346083 or 10302428. OLE color: 10302428.

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

Color convert

RGB 220 51 157 -
CMYK 0 0.77 0.29 0.14
HSL 322.37º 0.71% 0.53% -
HSV(B) 322.37º 0.77% 0.86% -
XYZ 36.78 20.02 33.82 -
YUV 113.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 220 51 157 0 0.77 0.29 0.14 322.37 0.71 0.53
Hex DC 33 9D 0 4D 1D E 142 47 35
Octal 334 63 235 0 115 35 16 502 107 65
Binary 11011100 110011 10011101 0 1001101 11101 1110 101000010 1000111 110101

Color Harmonies of #DC339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC339D

Black with #DC339D

Text Example


Text Example

White with #DC339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC339D; }

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

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

background-color css

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

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

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

border-color css

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

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

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