Html Css Color HEX #DD357A Deep Cerise

📋 copy color: '#DD357A'

red 221 ◦ green 53 ◦ blue 122

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

Shades of Deep Cerise #DD357A

Tints of Deep Cerise #DD357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.38%

 BLUE value IS 122 (48.05% from 255) = 30.81%

R = 55.81%
G = 13.38%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD357A (or 0xDD357A) is known color: Deep Cerise. HEX triplet: DD, 35 and 7A. RGB value is (221,53,122). Sum of RGB (Red+Green+Blue) = 221+53+122=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD357A is #22CA85. Grayscale: #6E6E6E. Windows color (decimal): -2280070 or 8009181. OLE color: 8009181.

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

Color convert

RGB 221 53 122 -
CMYK 0 0.76 0.45 0.13
HSL 335.36º 0.71% 0.54% -
HSV(B) 335.36º 0.76% 0.87% -
XYZ 34.6 19.32 20.32 -
YUV 111.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 221 53 122 0 0.76 0.45 0.13 335.36 0.71 0.54
Hex DD 35 7A 0 4C 2D D 14F 47 36
Octal 335 65 172 0 114 55 15 517 107 66
Binary 11011101 110101 1111010 0 1001100 101101 1101 101001111 1000111 110110

Color Harmonies of #DD357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD357A

Black with #DD357A

Text Example


Text Example

White with #DD357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD357A; }

 p { color: rgb(221,53,122); }

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

background-color css

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

 a { background-color: rgb(221,53,122); }

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

border-color css

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

 span { border-color: rgb(221,53,122); }

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