Html Css Color HEX #DD34A6 Deep Cerise

📋 copy color: '#DD34A6'

red 221 ◦ green 52 ◦ blue 166

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

Shades of Deep Cerise #DD34A6

Tints of Deep Cerise #DD34A6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.85%

 BLUE value IS 166 (65.23% from 255) = 37.81%

R = 50.34%
G = 11.85%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD34A6 (or 0xDD34A6) is known color: Deep Cerise. HEX triplet: DD, 34 and A6. RGB value is (221,52,166). Sum of RGB (Red+Green+Blue) = 221+52+166=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34A6 is #22CB59. Grayscale: #737373. Windows color (decimal): -2280282 or 10892509. OLE color: 10892509.

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

Color convert

RGB 221 52 166 -
CMYK 0 0.76 0.25 0.13
HSL 319.53º 0.71% 0.54% -
HSV(B) 319.53º 0.76% 0.87% -
XYZ 37.93 20.58 38.05 -
YUV 115.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 221 52 166 0 0.76 0.25 0.13 319.53 0.71 0.54
Hex DD 34 A6 0 4C 19 D 140 47 36
Octal 335 64 246 0 114 31 15 500 107 66
Binary 11011101 110100 10100110 0 1001100 11001 1101 101000000 1000111 110110

Color Harmonies of #DD34A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34A6

Black with #DD34A6

Text Example


Text Example

White with #DD34A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34A6; }

 p { color: rgb(221,52,166); }

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

background-color css

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

 a { background-color: rgb(221,52,166); }

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

border-color css

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

 span { border-color: rgb(221,52,166); }

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