Html Css Color HEX #DC2B5A Cerise

📋 copy color: '#DC2B5A'

red 220 ◦ green 43 ◦ blue 90

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

Shades of Cerise #DC2B5A

Tints of Cerise #DC2B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 62.32%
G = 12.18%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC2B5A (or 0xDC2B5A) is known color: Cerise. HEX triplet: DC, 2B and 5A. RGB value is (220,43,90). Sum of RGB (Red+Green+Blue) = 220+43+90=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B5A is #23D4A5. Grayscale: #656565. Windows color (decimal): -2348198 or 5909468. OLE color: 5909468.

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

Color convert

RGB 220 43 90 -
CMYK 0 0.80 0.59 0.14
HSL 344.07º 0.72% 0.52% -
HSV(B) 344.07º 0.8% 0.86% -
XYZ 32.22 17.68 11.39 -
YUV 101.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 220 43 90 0 0.80 0.59 0.14 344.07 0.72 0.52
Hex DC 2B 5A 0 50 3B E 158 48 34
Octal 334 53 132 0 120 73 16 530 110 64
Binary 11011100 101011 1011010 0 1010000 111011 1110 101011000 1001000 110100

Color Harmonies of #DC2B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B5A

Black with #DC2B5A

Text Example


Text Example

White with #DC2B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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