Html Css Color HEX #DA4093 Deep Cerise

📋 copy color: '#DA4093'

red 218 ◦ green 64 ◦ blue 147

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

Shades of Deep Cerise #DA4093

Tints of Deep Cerise #DA4093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

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

R = 50.82%
G = 14.92%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4093 (or 0xDA4093) is known color: Deep Cerise. HEX triplet: DA, 40 and 93. RGB value is (218,64,147). Sum of RGB (Red+Green+Blue) = 218+64+147=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4093 is #25BF6C. Grayscale: #777777. Windows color (decimal): -2473837 or 9650394. OLE color: 9650394.

HSL color Cylindrical-coordinate representation of color #DA4093: hue angle of 327.66º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4093 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 147 -
CMYK 0 0.71 0.33 0.15
HSL 327.66º 0.68% 0.55% -
HSV(B) 327.66º 0.71% 0.85% -
XYZ 36.01 20.68 29.7 -
YUV 119.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 218 64 147 0 0.71 0.33 0.15 327.66 0.68 0.55
Hex DA 40 93 0 47 21 F 148 44 37
Octal 332 100 223 0 107 41 17 510 104 67
Binary 11011010 1000000 10010011 0 1000111 100001 1111 101001000 1000100 110111

Color Harmonies of #DA4093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4093

Black with #DA4093

Text Example


Text Example

White with #DA4093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4093; }

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

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

background-color css

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

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

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

border-color css

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

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

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