Html Css Color HEX #DA3092 Deep Cerise

📋 copy color: '#DA3092'

red 218 ◦ green 48 ◦ blue 146

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

Shades of Deep Cerise #DA3092

Tints of Deep Cerise #DA3092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 52.91%
G = 11.65%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA3092 (or 0xDA3092) is known color: Deep Cerise. HEX triplet: DA, 30 and 92. RGB value is (218,48,146). Sum of RGB (Red+Green+Blue) = 218+48+146=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3092 is #25CF6D. Grayscale: #6D6D6D. Windows color (decimal): -2477934 or 9580762. OLE color: 9580762.

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

Color convert

RGB 218 48 146 -
CMYK 0 0.78 0.33 0.15
HSL 325.41º 0.7% 0.52% -
HSV(B) 325.41º 0.78% 0.85% -
XYZ 35.16 19.09 29.03 -
YUV 110 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 218 48 146 0 0.78 0.33 0.15 325.41 0.7 0.52
Hex DA 30 92 0 4E 21 F 145 46 34
Octal 332 60 222 0 116 41 17 505 106 64
Binary 11011010 110000 10010010 0 1001110 100001 1111 101000101 1000110 110100

Color Harmonies of #DA3092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3092

Black with #DA3092

Text Example


Text Example

White with #DA3092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3092; }

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

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

background-color css

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

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

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

border-color css

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

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

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