Html Css Color HEX #DD34A7 Deep Cerise

📋 copy color: '#DD34A7'

red 221 ◦ green 52 ◦ blue 167

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

Shades of Deep Cerise #DD34A7

Tints of Deep Cerise #DD34A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.95%

R = 50.23%
G = 11.82%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD34A7 (or 0xDD34A7) is known color: Deep Cerise. HEX triplet: DD, 34 and A7. RGB value is (221,52,167). Sum of RGB (Red+Green+Blue) = 221+52+167=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD34A7 is #22CB58. Grayscale: #737373. Windows color (decimal): -2280281 or 10958045. OLE color: 10958045.

HSL color Cylindrical-coordinate representation of color #DD34A7: hue angle of 319.17º 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 #DD34A7 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 167 -
CMYK 0 0.76 0.24 0.13
HSL 319.17º 0.71% 0.54% -
HSV(B) 319.17º 0.76% 0.87% -
XYZ 38.02 20.62 38.53 -
YUV 115.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 221 52 167 0 0.76 0.24 0.13 319.17 0.71 0.54
Hex DD 34 A7 0 4C 18 D 13F 47 36
Octal 335 64 247 0 114 30 15 477 107 66
Binary 11011101 110100 10100111 0 1001100 11000 1101 100111111 1000111 110110

Color Harmonies of #DD34A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34A7

Black with #DD34A7

Text Example


Text Example

White with #DD34A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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