Html Css Color HEX #DA4097 Deep Cerise

📋 copy color: '#DA4097'

red 218 ◦ green 64 ◦ blue 151

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

Shades of Deep Cerise #DA4097

Tints of Deep Cerise #DA4097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 50.35%
G = 14.78%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA4097 (or 0xDA4097) is known color: Deep Cerise. HEX triplet: DA, 40 and 97. RGB value is (218,64,151). Sum of RGB (Red+Green+Blue) = 218+64+151=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4097 is #25BF68. Grayscale: #777777. Windows color (decimal): -2473833 or 9912538. OLE color: 9912538.

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

Color convert

RGB 218 64 151 -
CMYK 0 0.71 0.31 0.15
HSL 326.1º 0.68% 0.55% -
HSV(B) 326.1º 0.71% 0.85% -
XYZ 36.33 20.81 31.38 -
YUV 119.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 218 64 151 0 0.71 0.31 0.15 326.1 0.68 0.55
Hex DA 40 97 0 47 1F F 146 44 37
Octal 332 100 227 0 107 37 17 506 104 67
Binary 11011010 1000000 10010111 0 1000111 11111 1111 101000110 1000100 110111

Color Harmonies of #DA4097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4097

Black with #DA4097

Text Example


Text Example

White with #DA4097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4097; }

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

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

background-color css

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

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

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

border-color css

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

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

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