Html Css Color HEX #DA4398 Deep Cerise

📋 copy color: '#DA4398'

red 218 ◦ green 67 ◦ blue 152

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

Shades of Deep Cerise #DA4398

Tints of Deep Cerise #DA4398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 49.89%
G = 15.33%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA4398 (or 0xDA4398) is known color: Deep Cerise. HEX triplet: DA, 43 and 98. RGB value is (218,67,152). Sum of RGB (Red+Green+Blue) = 218+67+152=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4398 is #25BC67. Grayscale: #797979. Windows color (decimal): -2473064 or 9978842. OLE color: 9978842.

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

Color convert

RGB 218 67 152 -
CMYK 0 0.69 0.30 0.15
HSL 326.23º 0.67% 0.56% -
HSV(B) 326.23º 0.69% 0.85% -
XYZ 36.59 21.19 31.87 -
YUV 121.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 218 67 152 0 0.69 0.30 0.15 326.23 0.67 0.56
Hex DA 43 98 0 45 1E F 146 43 38
Octal 332 103 230 0 105 36 17 506 103 70
Binary 11011010 1000011 10011000 0 1000101 11110 1111 101000110 1000011 111000

Color Harmonies of #DA4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4398

Black with #DA4398

Text Example


Text Example

White with #DA4398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4398; }

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

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

background-color css

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

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

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

border-color css

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

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

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