Html Css Color HEX #DD33A8 Deep Cerise

📋 copy color: '#DD33A8'

red 221 ◦ green 51 ◦ blue 168

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

Shades of Deep Cerise #DD33A8

Tints of Deep Cerise #DD33A8

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.59%

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 50.23%
G = 11.59%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD33A8 (or 0xDD33A8) is known color: Deep Cerise. HEX triplet: DD, 33 and A8. RGB value is (221,51,168). Sum of RGB (Red+Green+Blue) = 221+51+168=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33A8 is #22CC57. Grayscale: #727272. Windows color (decimal): -2280536 or 11023325. OLE color: 11023325.

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

Color convert

RGB 221 51 168 -
CMYK 0 0.77 0.24 0.13
HSL 318.71º 0.71% 0.53% -
HSV(B) 318.71º 0.77% 0.87% -
XYZ 38.07 20.57 39.01 -
YUV 115.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 221 51 168 0 0.77 0.24 0.13 318.71 0.71 0.53
Hex DD 33 A8 0 4D 18 D 13F 47 35
Octal 335 63 250 0 115 30 15 477 107 65
Binary 11011101 110011 10101000 0 1001101 11000 1101 100111111 1000111 110101

Color Harmonies of #DD33A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD33A8

Black with #DD33A8

Text Example


Text Example

White with #DD33A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD33A8; }

 p { color: rgb(221,51,168); }

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

background-color css

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

 a { background-color: rgb(221,51,168); }

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

border-color css

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

 span { border-color: rgb(221,51,168); }

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