Html Css Color HEX #DA3393 Deep Cerise

📋 copy color: '#DA3393'

red 218 ◦ green 51 ◦ blue 147

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

Shades of Deep Cerise #DA3393

Tints of Deep Cerise #DA3393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.26%

 BLUE value IS 147 (57.81% from 255) = 35.34%

R = 52.4%
G = 12.26%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3393 (or 0xDA3393) is known color: Deep Cerise. HEX triplet: DA, 33 and 93. RGB value is (218,51,147). Sum of RGB (Red+Green+Blue) = 218+51+147=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3393 is #25CC6C. Grayscale: #6F6F6F. Windows color (decimal): -2477165 or 9647066. OLE color: 9647066.

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

Color convert

RGB 218 51 147 -
CMYK 0 0.77 0.33 0.15
HSL 325.51º 0.69% 0.53% -
HSV(B) 325.51º 0.77% 0.85% -
XYZ 35.36 19.38 29.48 -
YUV 111.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 218 51 147 0 0.77 0.33 0.15 325.51 0.69 0.53
Hex DA 33 93 0 4D 21 F 146 45 35
Octal 332 63 223 0 115 41 17 506 105 65
Binary 11011010 110011 10010011 0 1001101 100001 1111 101000110 1000101 110101

Color Harmonies of #DA3393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3393

Black with #DA3393

Text Example


Text Example

White with #DA3393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3393; }

 p { color: rgb(218,51,147); }

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

background-color css

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

 a { background-color: rgb(218,51,147); }

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

border-color css

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

 span { border-color: rgb(218,51,147); }

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