Html Css Color HEX #DC3294 Deep Cerise

📋 copy color: '#DC3294'

red 220 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #DC3294

Tints of Deep Cerise #DC3294

RGB

 RED value IS 220 (86.33% from 255) = 52.63%

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

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

R = 52.63%
G = 11.96%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC3294 (or 0xDC3294) is known color: Deep Cerise. HEX triplet: DC, 32 and 94. RGB value is (220,50,148). Sum of RGB (Red+Green+Blue) = 220+50+148=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3294 is #23CD6B. Grayscale: #6F6F6F. Windows color (decimal): -2346348 or 9712348. OLE color: 9712348.

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

Color convert

RGB 220 50 148 -
CMYK 0 0.77 0.33 0.14
HSL 325.41º 0.71% 0.53% -
HSV(B) 325.41º 0.77% 0.86% -
XYZ 36 19.63 29.91 -
YUV 112 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 220 50 148 0 0.77 0.33 0.14 325.41 0.71 0.53
Hex DC 32 94 0 4D 21 E 145 47 35
Octal 334 62 224 0 115 41 16 505 107 65
Binary 11011100 110010 10010100 0 1001101 100001 1110 101000101 1000111 110101

Color Harmonies of #DC3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3294

Black with #DC3294

Text Example


Text Example

White with #DC3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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