Html Css Color HEX #DD3998 Deep Cerise

📋 copy color: '#DD3998'

red 221 ◦ green 57 ◦ blue 152

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

Shades of Deep Cerise #DD3998

Tints of Deep Cerise #DD3998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.26%

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 51.4%
G = 13.26%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD3998 (or 0xDD3998) is known color: Deep Cerise. HEX triplet: DD, 39 and 98. RGB value is (221,57,152). Sum of RGB (Red+Green+Blue) = 221+57+152=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3998 is #22C667. Grayscale: #747474. Windows color (decimal): -2279016 or 9976285. OLE color: 9976285.

HSL color Cylindrical-coordinate representation of color #DD3998: hue angle of 325.24º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3998 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 57 152 -
CMYK 0 0.74 0.31 0.13
HSL 325.24º 0.71% 0.55% -
HSV(B) 325.24º 0.74% 0.87% -
XYZ 36.95 20.57 31.73 -
YUV 116.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 221 57 152 0 0.74 0.31 0.13 325.24 0.71 0.55
Hex DD 39 98 0 4A 1F D 145 47 37
Octal 335 71 230 0 112 37 15 505 107 67
Binary 11011101 111001 10011000 0 1001010 11111 1101 101000101 1000111 110111

Color Harmonies of #DD3998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3998

Black with #DD3998

Text Example


Text Example

White with #DD3998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3998; }

 p { color: rgb(221,57,152); }

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

background-color css

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

 a { background-color: rgb(221,57,152); }

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

border-color css

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

 span { border-color: rgb(221,57,152); }

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