Html Css Color HEX #DA2B86 Deep Cerise

📋 copy color: '#DA2B86'

red 218 ◦ green 43 ◦ blue 134

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

Shades of Deep Cerise #DA2B86

Tints of Deep Cerise #DA2B86

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.89%

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

R = 55.19%
G = 10.89%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA2B86 (or 0xDA2B86) is known color: Deep Cerise. HEX triplet: DA, 2B and 86. RGB value is (218,43,134). Sum of RGB (Red+Green+Blue) = 218+43+134=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2B86 is #25D479. Grayscale: #696969. Windows color (decimal): -2479226 or 8793050. OLE color: 8793050.

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

Color convert

RGB 218 43 134 -
CMYK 0 0.80 0.39 0.15
HSL 328.8º 0.7% 0.51% -
HSV(B) 328.8º 0.8% 0.85% -
XYZ 34.08 18.35 24.3 -
YUV 105.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 218 43 134 0 0.80 0.39 0.15 328.8 0.7 0.51
Hex DA 2B 86 0 50 27 F 149 46 33
Octal 332 53 206 0 120 47 17 511 106 63
Binary 11011010 101011 10000110 0 1010000 100111 1111 101001001 1000110 110011

Color Harmonies of #DA2B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B86

Black with #DA2B86

Text Example


Text Example

White with #DA2B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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