Html Css Color HEX #DC2B5D Cerise

📋 copy color: '#DC2B5D'

red 220 ◦ green 43 ◦ blue 93

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

Shades of Cerise #DC2B5D

Tints of Cerise #DC2B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 61.8%
G = 12.08%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC2B5D (or 0xDC2B5D) is known color: Cerise. HEX triplet: DC, 2B and 5D. RGB value is (220,43,93). Sum of RGB (Red+Green+Blue) = 220+43+93=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B5D is #23D4A2. Grayscale: #656565. Windows color (decimal): -2348195 or 6106076. OLE color: 6106076.

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

Color convert

RGB 220 43 93 -
CMYK 0 0.80 0.58 0.14
HSL 343.05º 0.72% 0.52% -
HSV(B) 343.05º 0.8% 0.86% -
XYZ 32.35 17.73 12.07 -
YUV 101.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 220 43 93 0 0.80 0.58 0.14 343.05 0.72 0.52
Hex DC 2B 5D 0 50 3A E 157 48 34
Octal 334 53 135 0 120 72 16 527 110 64
Binary 11011100 101011 1011101 0 1010000 111010 1110 101010111 1001000 110100

Color Harmonies of #DC2B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B5D

Black with #DC2B5D

Text Example


Text Example

White with #DC2B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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