Html Css Color HEX #DC2D5D Cerise

📋 copy color: '#DC2D5D'

red 220 ◦ green 45 ◦ blue 93

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

Shades of Cerise #DC2D5D

Tints of Cerise #DC2D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.57%

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

R = 61.45%
G = 12.57%
B = 25.98%

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

#DC2D5D (or 0xDC2D5D) is known color: Cerise. HEX triplet: DC, 2D and 5D. RGB value is (220,45,93). Sum of RGB (Red+Green+Blue) = 220+45+93=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D5D is #23D2A2. Grayscale: #666666. Windows color (decimal): -2347683 or 6106588. OLE color: 6106588.

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

Color convert

RGB 220 45 93 -
CMYK 0 0.80 0.58 0.14
HSL 343.54º 0.71% 0.52% -
HSV(B) 343.54º 0.8% 0.86% -
XYZ 32.43 17.88 12.1 -
YUV 102.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 220 45 93 0 0.80 0.58 0.14 343.54 0.71 0.52
Hex DC 2D 5D 0 50 3A E 158 47 34
Octal 334 55 135 0 120 72 16 530 107 64
Binary 11011100 101101 1011101 0 1010000 111010 1110 101011000 1000111 110100

Color Harmonies of #DC2D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D5D

Black with #DC2D5D

Text Example


Text Example

White with #DC2D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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