Html Css Color HEX #DA308A Deep Cerise

📋 copy color: '#DA308A'

red 218 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #DA308A

Tints of Deep Cerise #DA308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 53.96%
G = 11.88%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA308A (or 0xDA308A) is known color: Deep Cerise. HEX triplet: DA, 30 and 8A. RGB value is (218,48,138). Sum of RGB (Red+Green+Blue) = 218+48+138=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA308A is #25CF75. Grayscale: #6C6C6C. Windows color (decimal): -2477942 or 9056474. OLE color: 9056474.

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

Color convert

RGB 218 48 138 -
CMYK 0 0.78 0.37 0.15
HSL 328.24º 0.7% 0.52% -
HSV(B) 328.24º 0.78% 0.85% -
XYZ 34.56 18.85 25.86 -
YUV 109.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 218 48 138 0 0.78 0.37 0.15 328.24 0.7 0.52
Hex DA 30 8A 0 4E 25 F 148 46 34
Octal 332 60 212 0 116 45 17 510 106 64
Binary 11011010 110000 10001010 0 1001110 100101 1111 101001000 1000110 110100

Color Harmonies of #DA308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA308A

Black with #DA308A

Text Example


Text Example

White with #DA308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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