Html Css Color HEX #DA4298 Deep Cerise

📋 copy color: '#DA4298'

red 218 ◦ green 66 ◦ blue 152

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

Shades of Deep Cerise #DA4298

Tints of Deep Cerise #DA4298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.14%

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

R = 50%
G = 15.14%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA4298 (or 0xDA4298) is known color: Deep Cerise. HEX triplet: DA, 42 and 98. RGB value is (218,66,152). Sum of RGB (Red+Green+Blue) = 218+66+152=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4298 is #25BD67. Grayscale: #797979. Windows color (decimal): -2473320 or 9978586. OLE color: 9978586.

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

Color convert

RGB 218 66 152 -
CMYK 0 0.70 0.30 0.15
HSL 326.05º 0.67% 0.56% -
HSV(B) 326.05º 0.7% 0.85% -
XYZ 36.53 21.07 31.85 -
YUV 121.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 218 66 152 0 0.70 0.30 0.15 326.05 0.67 0.56
Hex DA 42 98 0 46 1E F 146 43 38
Octal 332 102 230 0 106 36 17 506 103 70
Binary 11011010 1000010 10011000 0 1000110 11110 1111 101000110 1000011 111000

Color Harmonies of #DA4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4298

Black with #DA4298

Text Example


Text Example

White with #DA4298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4298; }

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

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

background-color css

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

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

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

border-color css

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

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

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