Html Css Color HEX #DA3293 Deep Cerise

📋 copy color: '#DA3293'

red 218 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #DA3293

Tints of Deep Cerise #DA3293

RGB

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

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

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

R = 52.53%
G = 12.05%
B = 35.42%

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

#DA3293 (or 0xDA3293) is known color: Deep Cerise. HEX triplet: DA, 32 and 93. RGB value is (218,50,147). Sum of RGB (Red+Green+Blue) = 218+50+147=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3293 is #25CD6C. Grayscale: #6F6F6F. Windows color (decimal): -2477421 or 9646810. OLE color: 9646810.

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

Color convert

RGB 218 50 147 -
CMYK 0 0.77 0.33 0.15
HSL 325.36º 0.69% 0.53% -
HSV(B) 325.36º 0.77% 0.85% -
XYZ 35.32 19.29 29.47 -
YUV 111.29 148.16 204.11 -
System Red Green Blue C M Y K H S L
Decimal 218 50 147 0 0.77 0.33 0.15 325.36 0.69 0.53
Hex DA 32 93 0 4D 21 F 145 45 35
Octal 332 62 223 0 115 41 17 505 105 65
Binary 11011010 110010 10010011 0 1001101 100001 1111 101000101 1000101 110101

Color Harmonies of #DA3293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3293

Black with #DA3293

Text Example


Text Example

White with #DA3293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3293; }

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

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

background-color css

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

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

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

border-color css

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

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

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