Html Css Color HEX #DD357B Deep Cerise

📋 copy color: '#DD357B'

red 221 ◦ green 53 ◦ blue 123

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

Shades of Deep Cerise #DD357B

Tints of Deep Cerise #DD357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 55.67%
G = 13.35%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD357B (or 0xDD357B) is known color: Deep Cerise. HEX triplet: DD, 35 and 7B. RGB value is (221,53,123). Sum of RGB (Red+Green+Blue) = 221+53+123=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD357B is #22CA84. Grayscale: #6F6F6F. Windows color (decimal): -2280069 or 8074717. OLE color: 8074717.

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

Color convert

RGB 221 53 123 -
CMYK 0 0.76 0.44 0.13
HSL 335º 0.71% 0.54% -
HSV(B) 335º 0.76% 0.87% -
XYZ 34.67 19.35 20.65 -
YUV 111.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 221 53 123 0 0.76 0.44 0.13 335 0.71 0.54
Hex DD 35 7B 0 4C 2C D 14F 47 36
Octal 335 65 173 0 114 54 15 517 107 66
Binary 11011101 110101 1111011 0 1001100 101100 1101 101001111 1000111 110110

Color Harmonies of #DD357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD357B

Black with #DD357B

Text Example


Text Example

White with #DD357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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