Html Css Color HEX #DD348A Deep Cerise

📋 copy color: '#DD348A'

red 221 ◦ green 52 ◦ blue 138

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

Shades of Deep Cerise #DD348A

Tints of Deep Cerise #DD348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.58%

R = 53.77%
G = 12.65%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD348A (or 0xDD348A) is known color: Deep Cerise. HEX triplet: DD, 34 and 8A. RGB value is (221,52,138). Sum of RGB (Red+Green+Blue) = 221+52+138=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD348A is #22CB75. Grayscale: #707070. Windows color (decimal): -2280310 or 9057501. OLE color: 9057501.

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

Color convert

RGB 221 52 138 -
CMYK 0 0.76 0.38 0.13
HSL 329.47º 0.71% 0.54% -
HSV(B) 329.47º 0.76% 0.87% -
XYZ 35.63 19.66 25.96 -
YUV 112.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 221 52 138 0 0.76 0.38 0.13 329.47 0.71 0.54
Hex DD 34 8A 0 4C 26 D 149 47 36
Octal 335 64 212 0 114 46 15 511 107 66
Binary 11011101 110100 10001010 0 1001100 100110 1101 101001001 1000111 110110

Color Harmonies of #DD348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD348A

Black with #DD348A

Text Example


Text Example

White with #DD348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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