Html Css Color HEX #DA399E Deep Cerise

📋 copy color: '#DA399E'

red 218 ◦ green 57 ◦ blue 158

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

Shades of Deep Cerise #DA399E

Tints of Deep Cerise #DA399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.16%

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 50.35%
G = 13.16%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA399E (or 0xDA399E) is known color: Deep Cerise. HEX triplet: DA, 39 and 9E. RGB value is (218,57,158). Sum of RGB (Red+Green+Blue) = 218+57+158=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA399E is #25C661. Grayscale: #747474. Windows color (decimal): -2475618 or 10369498. OLE color: 10369498.

HSL color Cylindrical-coordinate representation of color #DA399E: hue angle of 322.36º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA399E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 158 -
CMYK 0 0.74 0.28 0.15
HSL 322.36º 0.69% 0.54% -
HSV(B) 322.36º 0.74% 0.85% -
XYZ 36.55 20.3 34.34 -
YUV 116.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 218 57 158 0 0.74 0.28 0.15 322.36 0.69 0.54
Hex DA 39 9E 0 4A 1C F 142 45 36
Octal 332 71 236 0 112 34 17 502 105 66
Binary 11011010 111001 10011110 0 1001010 11100 1111 101000010 1000101 110110

Color Harmonies of #DA399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA399E

Black with #DA399E

Text Example


Text Example

White with #DA399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA399E; }

 p { color: rgb(218,57,158); }

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

background-color css

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

 a { background-color: rgb(218,57,158); }

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

border-color css

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

 span { border-color: rgb(218,57,158); }

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