Html Css Color HEX #DC349A Deep Cerise

📋 copy color: '#DC349A'

red 220 ◦ green 52 ◦ blue 154

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

Shades of Deep Cerise #DC349A

Tints of Deep Cerise #DC349A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.21%

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

R = 51.64%
G = 12.21%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC349A (or 0xDC349A) is known color: Deep Cerise. HEX triplet: DC, 34 and 9A. RGB value is (220,52,154). Sum of RGB (Red+Green+Blue) = 220+52+154=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC349A is #23CB65. Grayscale: #717171. Windows color (decimal): -2345830 or 10106076. OLE color: 10106076.

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

Color convert

RGB 220 52 154 -
CMYK 0 0.76 0.3 0.14
HSL 323.57º 0.71% 0.53% -
HSV(B) 323.57º 0.76% 0.86% -
XYZ 36.58 20 32.51 -
YUV 113.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 220 52 154 0 0.76 0.3 0.14 323.57 0.71 0.53
Hex DC 34 9A 0 4C 1E E 144 47 35
Octal 334 64 232 0 114 36 16 504 107 65
Binary 11011100 110100 10011010 0 1001100 11110 1110 101000100 1000111 110101

Color Harmonies of #DC349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC349A

Black with #DC349A

Text Example


Text Example

White with #DC349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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