Html Css Color HEX #DC339A Deep Cerise

📋 copy color: '#DC339A'

red 220 ◦ green 51 ◦ blue 154

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

Shades of Deep Cerise #DC339A

Tints of Deep Cerise #DC339A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 51.76%
G = 12%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC339A (or 0xDC339A) is known color: Deep Cerise. HEX triplet: DC, 33 and 9A. RGB value is (220,51,154). Sum of RGB (Red+Green+Blue) = 220+51+154=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC339A is #23CC65. Grayscale: #717171. Windows color (decimal): -2346086 or 10105820. OLE color: 10105820.

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

Color convert

RGB 220 51 154 -
CMYK 0 0.77 0.3 0.14
HSL 323.43º 0.71% 0.53% -
HSV(B) 323.43º 0.77% 0.86% -
XYZ 36.53 19.92 32.49 -
YUV 113.27 150.99 204.12 -
System Red Green Blue C M Y K H S L
Decimal 220 51 154 0 0.77 0.3 0.14 323.43 0.71 0.53
Hex DC 33 9A 0 4D 1E E 143 47 35
Octal 334 63 232 0 115 36 16 503 107 65
Binary 11011100 110011 10011010 0 1001101 11110 1110 101000011 1000111 110101

Color Harmonies of #DC339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC339A

Black with #DC339A

Text Example


Text Example

White with #DC339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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