Html Css Color HEX #DC2B90 Deep Cerise

📋 copy color: '#DC2B90'

red 220 ◦ green 43 ◦ blue 144

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

Shades of Deep Cerise #DC2B90

Tints of Deep Cerise #DC2B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.57%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 54.05%
G = 10.57%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC2B90 (or 0xDC2B90) is known color: Deep Cerise. HEX triplet: DC, 2B and 90. RGB value is (220,43,144). Sum of RGB (Red+Green+Blue) = 220+43+144=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B90 is #23D46F. Grayscale: #6B6B6B. Windows color (decimal): -2348144 or 9448412. OLE color: 9448412.

HSL color Cylindrical-coordinate representation of color #DC2B90: hue angle of 325.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B90 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 43 144 -
CMYK 0 0.80 0.35 0.14
HSL 325.76º 0.72% 0.52% -
HSV(B) 325.76º 0.8% 0.86% -
XYZ 35.41 18.96 28.18 -
YUV 107.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 220 43 144 0 0.80 0.35 0.14 325.76 0.72 0.52
Hex DC 2B 90 0 50 23 E 146 48 34
Octal 334 53 220 0 120 43 16 506 110 64
Binary 11011100 101011 10010000 0 1010000 100011 1110 101000110 1001000 110100

Color Harmonies of #DC2B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B90

Black with #DC2B90

Text Example


Text Example

White with #DC2B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B90; }

 p { color: rgb(220,43,144); }

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

background-color css

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

 a { background-color: rgb(220,43,144); }

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

border-color css

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

 span { border-color: rgb(220,43,144); }

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