Html Css Color HEX #DA4395 Deep Cerise

📋 copy color: '#DA4395'

red 218 ◦ green 67 ◦ blue 149

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

Shades of Deep Cerise #DA4395

Tints of Deep Cerise #DA4395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 50.23%
G = 15.44%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA4395 (or 0xDA4395) is known color: Deep Cerise. HEX triplet: DA, 43 and 95. RGB value is (218,67,149). Sum of RGB (Red+Green+Blue) = 218+67+149=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4395 is #25BC6A. Grayscale: #797979. Windows color (decimal): -2473067 or 9782234. OLE color: 9782234.

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

Color convert

RGB 218 67 149 -
CMYK 0 0.69 0.32 0.15
HSL 327.42º 0.67% 0.56% -
HSV(B) 327.42º 0.69% 0.85% -
XYZ 36.35 21.09 30.59 -
YUV 121.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 218 67 149 0 0.69 0.32 0.15 327.42 0.67 0.56
Hex DA 43 95 0 45 20 F 147 43 38
Octal 332 103 225 0 105 40 17 507 103 70
Binary 11011010 1000011 10010101 0 1000101 100000 1111 101000111 1000011 111000

Color Harmonies of #DA4395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4395

Black with #DA4395

Text Example


Text Example

White with #DA4395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4395; }

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

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

background-color css

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

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

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

border-color css

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

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

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