Html Css Color HEX #DD357F Deep Cerise

📋 copy color: '#DD357F'

red 221 ◦ green 53 ◦ blue 127

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

Shades of Deep Cerise #DD357F

Tints of Deep Cerise #DD357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 55.11%
G = 13.22%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD357F (or 0xDD357F) is known color: Deep Cerise. HEX triplet: DD, 35 and 7F. RGB value is (221,53,127). Sum of RGB (Red+Green+Blue) = 221+53+127=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD357F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD357F is #22CA80. Grayscale: #6F6F6F. Windows color (decimal): -2280065 or 8336861. OLE color: 8336861.

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

Color convert

RGB 221 53 127 -
CMYK 0 0.76 0.43 0.13
HSL 333.57º 0.71% 0.54% -
HSV(B) 333.57º 0.76% 0.87% -
XYZ 34.92 19.45 21.99 -
YUV 111.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 221 53 127 0 0.76 0.43 0.13 333.57 0.71 0.54
Hex DD 35 7F 0 4C 2B D 14E 47 36
Octal 335 65 177 0 114 53 15 516 107 66
Binary 11011101 110101 1111111 0 1001100 101011 1101 101001110 1000111 110110

Color Harmonies of #DD357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD357F

Black with #DD357F

Text Example


Text Example

White with #DD357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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