Html Css Color HEX #DC2E7A Deep Cerise

📋 copy color: '#DC2E7A'

red 220 ◦ green 46 ◦ blue 122

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

Shades of Deep Cerise #DC2E7A

Tints of Deep Cerise #DC2E7A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.86%

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 56.7%
G = 11.86%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC2E7A (or 0xDC2E7A) is known color: Deep Cerise. HEX triplet: DC, 2E and 7A. RGB value is (220,46,122). Sum of RGB (Red+Green+Blue) = 220+46+122=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2E7A is #23D185. Grayscale: #6A6A6A. Windows color (decimal): -2347398 or 8007388. OLE color: 8007388.

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

Color convert

RGB 220 46 122 -
CMYK 0 0.79 0.45 0.14
HSL 333.79º 0.71% 0.52% -
HSV(B) 333.79º 0.79% 0.86% -
XYZ 34.01 18.57 20.21 -
YUV 106.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 220 46 122 0 0.79 0.45 0.14 333.79 0.71 0.52
Hex DC 2E 7A 0 4F 2D E 14E 47 34
Octal 334 56 172 0 117 55 16 516 107 64
Binary 11011100 101110 1111010 0 1001111 101101 1110 101001110 1000111 110100

Color Harmonies of #DC2E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E7A

Black with #DC2E7A

Text Example


Text Example

White with #DC2E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E7A; }

 p { color: rgb(220,46,122); }

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

background-color css

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

 a { background-color: rgb(220,46,122); }

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

border-color css

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

 span { border-color: rgb(220,46,122); }

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