Html Css Color HEX #DA3690 Deep Cerise

📋 copy color: '#DA3690'

red 218 ◦ green 54 ◦ blue 144

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

Shades of Deep Cerise #DA3690

Tints of Deep Cerise #DA3690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.98%

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

R = 52.4%
G = 12.98%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA3690 (or 0xDA3690) is known color: Deep Cerise. HEX triplet: DA, 36 and 90. RGB value is (218,54,144). Sum of RGB (Red+Green+Blue) = 218+54+144=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3690 is #25C96F. Grayscale: #717171. Windows color (decimal): -2476400 or 9451226. OLE color: 9451226.

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

Color convert

RGB 218 54 144 -
CMYK 0 0.75 0.34 0.15
HSL 327.07º 0.69% 0.53% -
HSV(B) 327.07º 0.75% 0.85% -
XYZ 35.27 19.56 28.3 -
YUV 113.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 218 54 144 0 0.75 0.34 0.15 327.07 0.69 0.53
Hex DA 36 90 0 4B 22 F 147 45 35
Octal 332 66 220 0 113 42 17 507 105 65
Binary 11011010 110110 10010000 0 1001011 100010 1111 101000111 1000101 110101

Color Harmonies of #DA3690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3690

Black with #DA3690

Text Example


Text Example

White with #DA3690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3690; }

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

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

background-color css

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

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

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

border-color css

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

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

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