Html Css Color HEX #DD358F Deep Cerise

📋 copy color: '#DD358F'

red 221 ◦ green 53 ◦ blue 143

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

Shades of Deep Cerise #DD358F

Tints of Deep Cerise #DD358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 53%
G = 12.71%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD358F (or 0xDD358F) is known color: Deep Cerise. HEX triplet: DD, 35 and 8F. RGB value is (221,53,143). Sum of RGB (Red+Green+Blue) = 221+53+143=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD358F is #22CA70. Grayscale: #717171. Windows color (decimal): -2280049 or 9385437. OLE color: 9385437.

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

Color convert

RGB 221 53 143 -
CMYK 0 0.76 0.35 0.13
HSL 327.86º 0.71% 0.54% -
HSV(B) 327.86º 0.76% 0.87% -
XYZ 36.05 19.9 27.93 -
YUV 113.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 221 53 143 0 0.76 0.35 0.13 327.86 0.71 0.54
Hex DD 35 8F 0 4C 23 D 148 47 36
Octal 335 65 217 0 114 43 15 510 107 66
Binary 11011101 110101 10001111 0 1001100 100011 1101 101001000 1000111 110110

Color Harmonies of #DD358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD358F

Black with #DD358F

Text Example


Text Example

White with #DD358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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