Html Css Color HEX #DA4393 Deep Cerise

📋 copy color: '#DA4393'

red 218 ◦ green 67 ◦ blue 147

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

Shades of Deep Cerise #DA4393

Tints of Deep Cerise #DA4393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

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

R = 50.46%
G = 15.51%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4393 (or 0xDA4393) is known color: Deep Cerise. HEX triplet: DA, 43 and 93. RGB value is (218,67,147). Sum of RGB (Red+Green+Blue) = 218+67+147=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4393 is #25BC6C. Grayscale: #797979. Windows color (decimal): -2473069 or 9651162. OLE color: 9651162.

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

Color convert

RGB 218 67 147 -
CMYK 0 0.69 0.33 0.15
HSL 328.21º 0.67% 0.56% -
HSV(B) 328.21º 0.69% 0.85% -
XYZ 36.19 21.03 29.75 -
YUV 121.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 218 67 147 0 0.69 0.33 0.15 328.21 0.67 0.56
Hex DA 43 93 0 45 21 F 148 43 38
Octal 332 103 223 0 105 41 17 510 103 70
Binary 11011010 1000011 10010011 0 1000101 100001 1111 101001000 1000011 111000

Color Harmonies of #DA4393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4393

Black with #DA4393

Text Example


Text Example

White with #DA4393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4393; }

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

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

background-color css

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

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

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

border-color css

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

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

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