Html Css Color HEX #DC2B5E Cerise

📋 copy color: '#DC2B5E'

red 220 ◦ green 43 ◦ blue 94

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

Shades of Cerise #DC2B5E

Tints of Cerise #DC2B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 61.62%
G = 12.04%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC2B5E (or 0xDC2B5E) is known color: Cerise. HEX triplet: DC, 2B and 5E. RGB value is (220,43,94). Sum of RGB (Red+Green+Blue) = 220+43+94=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B5E is #23D4A1. Grayscale: #656565. Windows color (decimal): -2348194 or 6171612. OLE color: 6171612.

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

Color convert

RGB 220 43 94 -
CMYK 0 0.80 0.57 0.14
HSL 342.71º 0.72% 0.52% -
HSV(B) 342.71º 0.8% 0.86% -
XYZ 32.4 17.75 12.31 -
YUV 101.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 220 43 94 0 0.80 0.57 0.14 342.71 0.72 0.52
Hex DC 2B 5E 0 50 39 E 157 48 34
Octal 334 53 136 0 120 71 16 527 110 64
Binary 11011100 101011 1011110 0 1010000 111001 1110 101010111 1001000 110100

Color Harmonies of #DC2B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B5E

Black with #DC2B5E

Text Example


Text Example

White with #DC2B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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