Html Css Color HEX #DA3098 Deep Cerise

📋 copy color: '#DA3098'

red 218 ◦ green 48 ◦ blue 152

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

Shades of Deep Cerise #DA3098

Tints of Deep Cerise #DA3098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 52.15%
G = 11.48%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA3098 (or 0xDA3098) is known color: Deep Cerise. HEX triplet: DA, 30 and 98. RGB value is (218,48,152). Sum of RGB (Red+Green+Blue) = 218+48+152=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3098 is #25CF67. Grayscale: #6E6E6E. Windows color (decimal): -2477928 or 9973978. OLE color: 9973978.

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

Color convert

RGB 218 48 152 -
CMYK 0 0.78 0.30 0.15
HSL 323.29º 0.7% 0.52% -
HSV(B) 323.29º 0.78% 0.85% -
XYZ 35.64 19.29 31.55 -
YUV 110.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 218 48 152 0 0.78 0.30 0.15 323.29 0.7 0.52
Hex DA 30 98 0 4E 1E F 143 46 34
Octal 332 60 230 0 116 36 17 503 106 64
Binary 11011010 110000 10011000 0 1001110 11110 1111 101000011 1000110 110100

Color Harmonies of #DA3098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3098

Black with #DA3098

Text Example


Text Example

White with #DA3098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3098; }

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

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

background-color css

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

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

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

border-color css

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

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

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