Html Css Color HEX #DA389F Deep Cerise

📋 copy color: '#DA389F'

red 218 ◦ green 56 ◦ blue 159

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

Shades of Deep Cerise #DA389F

Tints of Deep Cerise #DA389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

 BLUE value IS 159 (62.5% from 255) = 36.72%

R = 50.35%
G = 12.93%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA389F (or 0xDA389F) is known color: Deep Cerise. HEX triplet: DA, 38 and 9F. RGB value is (218,56,159). Sum of RGB (Red+Green+Blue) = 218+56+159=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA389F is #25C760. Grayscale: #737373. Windows color (decimal): -2475873 or 10434778. OLE color: 10434778.

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

Color convert

RGB 218 56 159 -
CMYK 0 0.74 0.27 0.15
HSL 321.85º 0.69% 0.54% -
HSV(B) 321.85º 0.74% 0.85% -
XYZ 36.59 20.24 34.78 -
YUV 116.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 218 56 159 0 0.74 0.27 0.15 321.85 0.69 0.54
Hex DA 38 9F 0 4A 1B F 142 45 36
Octal 332 70 237 0 112 33 17 502 105 66
Binary 11011010 111000 10011111 0 1001010 11011 1111 101000010 1000101 110110

Color Harmonies of #DA389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA389F

Black with #DA389F

Text Example


Text Example

White with #DA389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA389F; }

 p { color: rgb(218,56,159); }

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

background-color css

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

 a { background-color: rgb(218,56,159); }

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

border-color css

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

 span { border-color: rgb(218,56,159); }

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