Html Css Color HEX #DD41AB Deep Cerise

📋 copy color: '#DD41AB'

red 221 ◦ green 65 ◦ blue 171

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

Shades of Deep Cerise #DD41AB

Tints of Deep Cerise #DD41AB

RGB

 RED value IS 221 (86.72% from 255) = 48.36%

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

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

R = 48.36%
G = 14.22%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD41AB (or 0xDD41AB) is known color: Deep Cerise. HEX triplet: DD, 41 and AB. RGB value is (221,65,171). Sum of RGB (Red+Green+Blue) = 221+65+171=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD41AB is #22BE54. Grayscale: #7B7B7B. Windows color (decimal): -2276949 or 11223517. OLE color: 11223517.

HSL color Cylindrical-coordinate representation of color #DD41AB: hue angle of 319.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD41AB is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 171 -
CMYK 0 0.71 0.23 0.13
HSL 319.23º 0.7% 0.56% -
HSV(B) 319.23º 0.71% 0.87% -
XYZ 39.06 22.09 40.73 -
YUV 123.73 154.68 197.38 -
System Red Green Blue C M Y K H S L
Decimal 221 65 171 0 0.71 0.23 0.13 319.23 0.7 0.56
Hex DD 41 AB 0 47 17 D 13F 46 38
Octal 335 101 253 0 107 27 15 477 106 70
Binary 11011101 1000001 10101011 0 1000111 10111 1101 100111111 1000110 111000

Color Harmonies of #DD41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41AB

Black with #DD41AB

Text Example


Text Example

White with #DD41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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