Html Css Color HEX #DA3F98 Deep Cerise

📋 copy color: '#DA3F98'

red 218 ◦ green 63 ◦ blue 152

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

Shades of Deep Cerise #DA3F98

Tints of Deep Cerise #DA3F98

RGB

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

 GREEN value IS 63 (25% from 255) = 14.55%

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

R = 50.35%
G = 14.55%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA3F98 (or 0xDA3F98) is known color: Deep Cerise. HEX triplet: DA, 3F and 98. RGB value is (218,63,152). Sum of RGB (Red+Green+Blue) = 218+63+152=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3F98 is #25C067. Grayscale: #777777. Windows color (decimal): -2474088 or 9977818. OLE color: 9977818.

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

Color convert

RGB 218 63 152 -
CMYK 0 0.71 0.30 0.15
HSL 325.55º 0.68% 0.55% -
HSV(B) 325.55º 0.71% 0.85% -
XYZ 36.36 20.73 31.79 -
YUV 119.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 218 63 152 0 0.71 0.30 0.15 325.55 0.68 0.55
Hex DA 3F 98 0 47 1E F 146 44 37
Octal 332 77 230 0 107 36 17 506 104 67
Binary 11011010 111111 10011000 0 1000111 11110 1111 101000110 1000100 110111

Color Harmonies of #DA3F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F98

Black with #DA3F98

Text Example


Text Example

White with #DA3F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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