Html Css Color HEX #DA309D Deep Cerise

📋 copy color: '#DA309D'

red 218 ◦ green 48 ◦ blue 157

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

Shades of Deep Cerise #DA309D

Tints of Deep Cerise #DA309D

RGB

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

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

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

R = 51.54%
G = 11.35%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA309D (or 0xDA309D) is known color: Deep Cerise. HEX triplet: DA, 30 and 9D. RGB value is (218,48,157). Sum of RGB (Red+Green+Blue) = 218+48+157=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA309D is #25CF62. Grayscale: #6E6E6E. Windows color (decimal): -2477923 or 10301658. OLE color: 10301658.

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

Color convert

RGB 218 48 157 -
CMYK 0 0.78 0.28 0.15
HSL 321.53º 0.7% 0.52% -
HSV(B) 321.53º 0.78% 0.85% -
XYZ 36.06 19.45 33.75 -
YUV 111.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 218 48 157 0 0.78 0.28 0.15 321.53 0.7 0.52
Hex DA 30 9D 0 4E 1C F 142 46 34
Octal 332 60 235 0 116 34 17 502 106 64
Binary 11011010 110000 10011101 0 1001110 11100 1111 101000010 1000110 110100

Color Harmonies of #DA309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA309D

Black with #DA309D

Text Example


Text Example

White with #DA309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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