Html Css Color HEX #DC41AB Deep Cerise

📋 copy color: '#DC41AB'

red 220 ◦ green 65 ◦ blue 171

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

Shades of Deep Cerise #DC41AB

Tints of Deep Cerise #DC41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 48.25%
G = 14.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC41AB (or 0xDC41AB) is known color: Deep Cerise. HEX triplet: DC, 41 and AB. RGB value is (220,65,171). Sum of RGB (Red+Green+Blue) = 220+65+171=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC41AB is #23BE54. Grayscale: #7B7B7B. Windows color (decimal): -2342485 or 11223516. OLE color: 11223516.

HSL color Cylindrical-coordinate representation of color #DC41AB: hue angle of 318.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC41AB is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 171 -
CMYK 0 0.70 0.22 0.14
HSL 318.97º 0.69% 0.56% -
HSV(B) 318.97º 0.7% 0.86% -
XYZ 38.76 21.94 40.72 -
YUV 123.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 220 65 171 0 0.70 0.22 0.14 318.97 0.69 0.56
Hex DC 41 AB 0 46 16 E 13F 45 38
Octal 334 101 253 0 106 26 16 477 105 70
Binary 11011100 1000001 10101011 0 1000110 10110 1110 100111111 1000101 111000

Color Harmonies of #DC41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC41AB

Black with #DC41AB

Text Example


Text Example

White with #DC41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC41AB; }

 p { color: rgb(220,65,171); }

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

background-color css

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

 a { background-color: rgb(220,65,171); }

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

border-color css

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

 span { border-color: rgb(220,65,171); }

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