Html Css Color HEX #DC2B5B Cerise

📋 copy color: '#DC2B5B'

red 220 ◦ green 43 ◦ blue 91

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

Shades of Cerise #DC2B5B

Tints of Cerise #DC2B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 62.15%
G = 12.15%
B = 25.71%

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

#DC2B5B (or 0xDC2B5B) is known color: Cerise. HEX triplet: DC, 2B and 5B. RGB value is (220,43,91). Sum of RGB (Red+Green+Blue) = 220+43+91=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B5B is #23D4A4. Grayscale: #656565. Windows color (decimal): -2348197 or 5975004. OLE color: 5975004.

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

Color convert

RGB 220 43 91 -
CMYK 0 0.80 0.59 0.14
HSL 343.73º 0.72% 0.52% -
HSV(B) 343.73º 0.8% 0.86% -
XYZ 32.27 17.7 11.61 -
YUV 101.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 220 43 91 0 0.80 0.59 0.14 343.73 0.72 0.52
Hex DC 2B 5B 0 50 3B E 158 48 34
Octal 334 53 133 0 120 73 16 530 110 64
Binary 11011100 101011 1011011 0 1010000 111011 1110 101011000 1001000 110100

Color Harmonies of #DC2B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B5B

Black with #DC2B5B

Text Example


Text Example

White with #DC2B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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