Html Css Color HEX #DD3294 Deep Cerise

📋 copy color: '#DD3294'

red 221 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #DD3294

Tints of Deep Cerise #DD3294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.93%

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

R = 52.74%
G = 11.93%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3294 (or 0xDD3294) is known color: Deep Cerise. HEX triplet: DD, 32 and 94. RGB value is (221,50,148). Sum of RGB (Red+Green+Blue) = 221+50+148=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3294 is #22CD6B. Grayscale: #707070. Windows color (decimal): -2280812 or 9712349. OLE color: 9712349.

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

Color convert

RGB 221 50 148 -
CMYK 0 0.77 0.33 0.13
HSL 325.61º 0.72% 0.53% -
HSV(B) 325.61º 0.77% 0.87% -
XYZ 36.3 19.79 29.92 -
YUV 112.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 221 50 148 0 0.77 0.33 0.13 325.61 0.72 0.53
Hex DD 32 94 0 4D 21 D 146 48 35
Octal 335 62 224 0 115 41 15 506 110 65
Binary 11011101 110010 10010100 0 1001101 100001 1101 101000110 1001000 110101

Color Harmonies of #DD3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3294

Black with #DD3294

Text Example


Text Example

White with #DD3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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