Html Css Color HEX #DA3B90 Deep Cerise

📋 copy color: '#DA3B90'

red 218 ◦ green 59 ◦ blue 144

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

Shades of Deep Cerise #DA3B90

Tints of Deep Cerise #DA3B90

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.01%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 51.78%
G = 14.01%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA3B90 (or 0xDA3B90) is known color: Deep Cerise. HEX triplet: DA, 3B and 90. RGB value is (218,59,144). Sum of RGB (Red+Green+Blue) = 218+59+144=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3B90 is #25C46F. Grayscale: #747474. Windows color (decimal): -2475120 or 9452506. OLE color: 9452506.

HSL color Cylindrical-coordinate representation of color #DA3B90: hue angle of 327.92º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3B90 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 59 144 -
CMYK 0 0.73 0.34 0.15
HSL 327.92º 0.68% 0.54% -
HSV(B) 327.92º 0.73% 0.85% -
XYZ 35.51 20.05 28.38 -
YUV 116.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 218 59 144 0 0.73 0.34 0.15 327.92 0.68 0.54
Hex DA 3B 90 0 49 22 F 148 44 36
Octal 332 73 220 0 111 42 17 510 104 66
Binary 11011010 111011 10010000 0 1001001 100010 1111 101001000 1000100 110110

Color Harmonies of #DA3B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B90

Black with #DA3B90

Text Example


Text Example

White with #DA3B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B90; }

 p { color: rgb(218,59,144); }

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

background-color css

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

 a { background-color: rgb(218,59,144); }

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

border-color css

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

 span { border-color: rgb(218,59,144); }

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