Html Css Color HEX #DA3294 Deep Cerise

📋 copy color: '#DA3294'

red 218 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #DA3294

Tints of Deep Cerise #DA3294

RGB

 RED value IS 218 (85.55% from 255) = 52.4%

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

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

R = 52.4%
G = 12.02%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA3294 (or 0xDA3294) is known color: Deep Cerise. HEX triplet: DA, 32 and 94. RGB value is (218,50,148). Sum of RGB (Red+Green+Blue) = 218+50+148=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3294 is #25CD6B. Grayscale: #6F6F6F. Windows color (decimal): -2477420 or 9712346. OLE color: 9712346.

HSL color Cylindrical-coordinate representation of color #DA3294: hue angle of 325º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3294 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 148 -
CMYK 0 0.77 0.32 0.15
HSL 325º 0.69% 0.53% -
HSV(B) 325º 0.77% 0.85% -
XYZ 35.4 19.32 29.88 -
YUV 111.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 218 50 148 0 0.77 0.32 0.15 325 0.69 0.53
Hex DA 32 94 0 4D 20 F 145 45 35
Octal 332 62 224 0 115 40 17 505 105 65
Binary 11011010 110010 10010100 0 1001101 100000 1111 101000101 1000101 110101

Color Harmonies of #DA3294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3294

Black with #DA3294

Text Example


Text Example

White with #DA3294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3294; }

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

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

background-color css

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

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

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

border-color css

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

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

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