Html Css Color HEX #DC458A Deep Cerise

📋 copy color: '#DC458A'

red 220 ◦ green 69 ◦ blue 138

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

Shades of Deep Cerise #DC458A

Tints of Deep Cerise #DC458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 51.52%
G = 16.16%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC458A (or 0xDC458A) is known color: Deep Cerise. HEX triplet: DC, 45 and 8A. RGB value is (220,69,138). Sum of RGB (Red+Green+Blue) = 220+69+138=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC458A is #23BA75. Grayscale: #797979. Windows color (decimal): -2341494 or 9061852. OLE color: 9061852.

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

Color convert

RGB 220 69 138 -
CMYK 0 0.69 0.37 0.14
HSL 332.58º 0.68% 0.57% -
HSV(B) 332.58º 0.69% 0.86% -
XYZ 36.23 21.31 26.25 -
YUV 122.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 220 69 138 0 0.69 0.37 0.14 332.58 0.68 0.57
Hex DC 45 8A 0 45 25 E 14D 44 39
Octal 334 105 212 0 105 45 16 515 104 71
Binary 11011100 1000101 10001010 0 1000101 100101 1110 101001101 1000100 111001

Color Harmonies of #DC458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC458A

Black with #DC458A

Text Example


Text Example

White with #DC458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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