Html Css Color HEX #DA309F Deep Cerise

📋 copy color: '#DA309F'

red 218 ◦ green 48 ◦ blue 159

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

Shades of Deep Cerise #DA309F

Tints of Deep Cerise #DA309F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

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

R = 51.29%
G = 11.29%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA309F (or 0xDA309F) is known color: Deep Cerise. HEX triplet: DA, 30 and 9F. RGB value is (218,48,159). Sum of RGB (Red+Green+Blue) = 218+48+159=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA309F is #25CF60. Grayscale: #6F6F6F. Windows color (decimal): -2477921 or 10432730. OLE color: 10432730.

HSL color Cylindrical-coordinate representation of color #DA309F: hue angle of 320.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA309F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 159 -
CMYK 0 0.78 0.27 0.15
HSL 320.82º 0.7% 0.52% -
HSV(B) 320.82º 0.78% 0.85% -
XYZ 36.23 19.52 34.66 -
YUV 111.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 218 48 159 0 0.78 0.27 0.15 320.82 0.7 0.52
Hex DA 30 9F 0 4E 1B F 141 46 34
Octal 332 60 237 0 116 33 17 501 106 64
Binary 11011010 110000 10011111 0 1001110 11011 1111 101000001 1000110 110100

Color Harmonies of #DA309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA309F

Black with #DA309F

Text Example


Text Example

White with #DA309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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