Html Css Color HEX #DC369A Deep Cerise

📋 copy color: '#DC369A'

red 220 ◦ green 54 ◦ blue 154

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

Shades of Deep Cerise #DC369A

Tints of Deep Cerise #DC369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.62%

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

R = 51.4%
G = 12.62%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC369A (or 0xDC369A) is known color: Deep Cerise. HEX triplet: DC, 36 and 9A. RGB value is (220,54,154). Sum of RGB (Red+Green+Blue) = 220+54+154=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC369A is #23C965. Grayscale: #727272. Windows color (decimal): -2345318 or 10106588. OLE color: 10106588.

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

Color convert

RGB 220 54 154 -
CMYK 0 0.75 0.3 0.14
HSL 323.86º 0.7% 0.54% -
HSV(B) 323.86º 0.75% 0.86% -
XYZ 36.67 20.19 32.54 -
YUV 115.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 220 54 154 0 0.75 0.3 0.14 323.86 0.7 0.54
Hex DC 36 9A 0 4B 1E E 144 46 36
Octal 334 66 232 0 113 36 16 504 106 66
Binary 11011100 110110 10011010 0 1001011 11110 1110 101000100 1000110 110110

Color Harmonies of #DC369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC369A

Black with #DC369A

Text Example


Text Example

White with #DC369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC369A; }

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

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

background-color css

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

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

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

border-color css

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

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

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