Html Css Color HEX #DD3D89 Deep Cerise

📋 copy color: '#DD3D89'

red 221 ◦ green 61 ◦ blue 137

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

Shades of Deep Cerise #DD3D89

Tints of Deep Cerise #DD3D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.56%

 BLUE value IS 137 (53.91% from 255) = 32.7%

R = 52.74%
G = 14.56%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD3D89 (or 0xDD3D89) is known color: Deep Cerise. HEX triplet: DD, 3D and 89. RGB value is (221,61,137). Sum of RGB (Red+Green+Blue) = 221+61+137=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D89 is #22C276. Grayscale: #757575. Windows color (decimal): -2278007 or 8994269. OLE color: 8994269.

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

Color convert

RGB 221 61 137 -
CMYK 0 0.72 0.38 0.13
HSL 331.5º 0.7% 0.55% -
HSV(B) 331.5º 0.72% 0.87% -
XYZ 36 20.52 25.73 -
YUV 117.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 221 61 137 0 0.72 0.38 0.13 331.5 0.7 0.55
Hex DD 3D 89 0 48 26 D 14C 46 37
Octal 335 75 211 0 110 46 15 514 106 67
Binary 11011101 111101 10001001 0 1001000 100110 1101 101001100 1000110 110111

Color Harmonies of #DD3D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D89

Black with #DD3D89

Text Example


Text Example

White with #DD3D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D89; }

 p { color: rgb(221,61,137); }

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

background-color css

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

 a { background-color: rgb(221,61,137); }

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

border-color css

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

 span { border-color: rgb(221,61,137); }

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