Html Css Color HEX #DD3194 Deep Cerise

📋 copy color: '#DD3194'

red 221 ◦ green 49 ◦ blue 148

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

Shades of Deep Cerise #DD3194

Tints of Deep Cerise #DD3194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.72%

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

R = 52.87%
G = 11.72%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3194 (or 0xDD3194) is known color: Deep Cerise. HEX triplet: DD, 31 and 94. RGB value is (221,49,148). Sum of RGB (Red+Green+Blue) = 221+49+148=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3194 is #22CE6B. Grayscale: #6F6F6F. Windows color (decimal): -2281068 or 9712093. OLE color: 9712093.

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

Color convert

RGB 221 49 148 -
CMYK 0 0.78 0.33 0.13
HSL 325.47º 0.72% 0.53% -
HSV(B) 325.47º 0.78% 0.87% -
XYZ 36.26 19.71 29.91 -
YUV 111.71 148.48 205.95 -
System Red Green Blue C M Y K H S L
Decimal 221 49 148 0 0.78 0.33 0.13 325.47 0.72 0.53
Hex DD 31 94 0 4E 21 D 145 48 35
Octal 335 61 224 0 116 41 15 505 110 65
Binary 11011101 110001 10010100 0 1001110 100001 1101 101000101 1001000 110101

Color Harmonies of #DD3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3194

Black with #DD3194

Text Example


Text Example

White with #DD3194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3194; }

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

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

background-color css

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

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

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

border-color css

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

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

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