Html Css Color HEX #DD3D94 Deep Cerise

📋 copy color: '#DD3D94'

red 221 ◦ green 61 ◦ blue 148

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

Shades of Deep Cerise #DD3D94

Tints of Deep Cerise #DD3D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 51.4%
G = 14.19%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3D94 (or 0xDD3D94) is known color: Deep Cerise. HEX triplet: DD, 3D and 94. RGB value is (221,61,148). Sum of RGB (Red+Green+Blue) = 221+61+148=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D94 is #22C26B. Grayscale: #767676. Windows color (decimal): -2277996 or 9715165. OLE color: 9715165.

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

Color convert

RGB 221 61 148 -
CMYK 0 0.72 0.33 0.13
HSL 327.38º 0.7% 0.55% -
HSV(B) 327.38º 0.72% 0.87% -
XYZ 36.83 20.85 30.1 -
YUV 118.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 221 61 148 0 0.72 0.33 0.13 327.38 0.7 0.55
Hex DD 3D 94 0 48 21 D 147 46 37
Octal 335 75 224 0 110 41 15 507 106 67
Binary 11011101 111101 10010100 0 1001000 100001 1101 101000111 1000110 110111

Color Harmonies of #DD3D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D94

Black with #DD3D94

Text Example


Text Example

White with #DD3D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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