Html Css Color HEX #DC2B8D Deep Cerise

📋 copy color: '#DC2B8D'

red 220 ◦ green 43 ◦ blue 141

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

Shades of Deep Cerise #DC2B8D

Tints of Deep Cerise #DC2B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 54.46%
G = 10.64%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC2B8D (or 0xDC2B8D) is known color: Deep Cerise. HEX triplet: DC, 2B and 8D. RGB value is (220,43,141). Sum of RGB (Red+Green+Blue) = 220+43+141=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B8D is #23D472. Grayscale: #6A6A6A. Windows color (decimal): -2348147 or 9251804. OLE color: 9251804.

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

Color convert

RGB 220 43 141 -
CMYK 0 0.80 0.36 0.14
HSL 326.78º 0.72% 0.52% -
HSV(B) 326.78º 0.8% 0.86% -
XYZ 35.19 18.87 26.99 -
YUV 107.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 220 43 141 0 0.80 0.36 0.14 326.78 0.72 0.52
Hex DC 2B 8D 0 50 24 E 147 48 34
Octal 334 53 215 0 120 44 16 507 110 64
Binary 11011100 101011 10001101 0 1010000 100100 1110 101000111 1001000 110100

Color Harmonies of #DC2B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B8D

Black with #DC2B8D

Text Example


Text Example

White with #DC2B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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