Html Css Color HEX #DA2986 Deep Cerise

📋 copy color: '#DA2986'

red 218 ◦ green 41 ◦ blue 134

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

Shades of Deep Cerise #DA2986

Tints of Deep Cerise #DA2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.43%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 55.47%
G = 10.43%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA2986 (or 0xDA2986) is known color: Deep Cerise. HEX triplet: DA, 29 and 86. RGB value is (218,41,134). Sum of RGB (Red+Green+Blue) = 218+41+134=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2986 is #25D679. Grayscale: #686868. Windows color (decimal): -2479738 or 8792538. OLE color: 8792538.

HSL color Cylindrical-coordinate representation of color #DA2986: hue angle of 328.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2986 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 134 -
CMYK 0 0.81 0.39 0.15
HSL 328.47º 0.71% 0.51% -
HSV(B) 328.47º 0.81% 0.85% -
XYZ 34.01 18.21 24.28 -
YUV 104.53 144.64 208.94 -
System Red Green Blue C M Y K H S L
Decimal 218 41 134 0 0.81 0.39 0.15 328.47 0.71 0.51
Hex DA 29 86 0 51 27 F 148 47 33
Octal 332 51 206 0 121 47 17 510 107 63
Binary 11011010 101001 10000110 0 1010001 100111 1111 101001000 1000111 110011

Color Harmonies of #DA2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2986

Black with #DA2986

Text Example


Text Example

White with #DA2986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2986; }

 p { color: rgb(218,41,134); }

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

background-color css

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

 a { background-color: rgb(218,41,134); }

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

border-color css

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

 span { border-color: rgb(218,41,134); }

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