Html Css Color HEX #DC459A Deep Cerise

📋 copy color: '#DC459A'

red 220 ◦ green 69 ◦ blue 154

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

Shades of Deep Cerise #DC459A

Tints of Deep Cerise #DC459A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

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

R = 49.66%
G = 15.58%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC459A (or 0xDC459A) is known color: Deep Cerise. HEX triplet: DC, 45 and 9A. RGB value is (220,69,154). Sum of RGB (Red+Green+Blue) = 220+69+154=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC459A is #23BA65. Grayscale: #7B7B7B. Windows color (decimal): -2341478 or 10110428. OLE color: 10110428.

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

Color convert

RGB 220 69 154 -
CMYK 0 0.69 0.3 0.14
HSL 326.23º 0.68% 0.57% -
HSV(B) 326.23º 0.69% 0.86% -
XYZ 37.48 21.8 32.81 -
YUV 123.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 220 69 154 0 0.69 0.3 0.14 326.23 0.68 0.57
Hex DC 45 9A 0 45 1E E 146 44 39
Octal 334 105 232 0 105 36 16 506 104 71
Binary 11011100 1000101 10011010 0 1000101 11110 1110 101000110 1000100 111001

Color Harmonies of #DC459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC459A

Black with #DC459A

Text Example


Text Example

White with #DC459A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC459A; }

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

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

background-color css

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

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

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

border-color css

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

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

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