Html Css Color HEX #DD358E Deep Cerise

📋 copy color: '#DD358E'

red 221 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #DD358E

Tints of Deep Cerise #DD358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.13%

R = 53.13%
G = 12.74%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD358E (or 0xDD358E) is known color: Deep Cerise. HEX triplet: DD, 35 and 8E. RGB value is (221,53,142). Sum of RGB (Red+Green+Blue) = 221+53+142=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD358E is #22CA71. Grayscale: #717171. Windows color (decimal): -2280050 or 9319901. OLE color: 9319901.

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

Color convert

RGB 221 53 142 -
CMYK 0 0.76 0.36 0.13
HSL 328.21º 0.71% 0.54% -
HSV(B) 328.21º 0.76% 0.87% -
XYZ 35.97 19.87 27.53 -
YUV 113.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 221 53 142 0 0.76 0.36 0.13 328.21 0.71 0.54
Hex DD 35 8E 0 4C 24 D 148 47 36
Octal 335 65 216 0 114 44 15 510 107 66
Binary 11011101 110101 10001110 0 1001100 100100 1101 101001000 1000111 110110

Color Harmonies of #DD358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD358E

Black with #DD358E

Text Example


Text Example

White with #DD358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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