Html Css Color HEX #DA399D Deep Cerise

📋 copy color: '#DA399D'

red 218 ◦ green 57 ◦ blue 157

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

Shades of Deep Cerise #DA399D

Tints of Deep Cerise #DA399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 50.46%
G = 13.19%
B = 36.34%

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

#DA399D (or 0xDA399D) is known color: Deep Cerise. HEX triplet: DA, 39 and 9D. RGB value is (218,57,157). Sum of RGB (Red+Green+Blue) = 218+57+157=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA399D is #25C662. Grayscale: #747474. Windows color (decimal): -2475619 or 10303962. OLE color: 10303962.

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

Color convert

RGB 218 57 157 -
CMYK 0 0.74 0.28 0.15
HSL 322.73º 0.69% 0.54% -
HSV(B) 322.73º 0.74% 0.85% -
XYZ 36.46 20.27 33.89 -
YUV 116.54 150.84 200.37 -
System Red Green Blue C M Y K H S L
Decimal 218 57 157 0 0.74 0.28 0.15 322.73 0.69 0.54
Hex DA 39 9D 0 4A 1C F 143 45 36
Octal 332 71 235 0 112 34 17 503 105 66
Binary 11011010 111001 10011101 0 1001010 11100 1111 101000011 1000101 110110

Color Harmonies of #DA399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA399D

Black with #DA399D

Text Example


Text Example

White with #DA399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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