Html Css Color HEX #DA3B86 Deep Cerise

📋 copy color: '#DA3B86'

red 218 ◦ green 59 ◦ blue 134

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

Shades of Deep Cerise #DA3B86

Tints of Deep Cerise #DA3B86

RGB

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

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

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

R = 53.04%
G = 14.36%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA3B86 (or 0xDA3B86) is known color: Deep Cerise. HEX triplet: DA, 3B and 86. RGB value is (218,59,134). Sum of RGB (Red+Green+Blue) = 218+59+134=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3B86 is #25C479. Grayscale: #727272. Windows color (decimal): -2475130 or 8797146. OLE color: 8797146.

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

Color convert

RGB 218 59 134 -
CMYK 0 0.73 0.39 0.15
HSL 331.7º 0.68% 0.54% -
HSV(B) 331.7º 0.73% 0.85% -
XYZ 34.78 19.75 24.53 -
YUV 115.09 138.68 201.4 -
System Red Green Blue C M Y K H S L
Decimal 218 59 134 0 0.73 0.39 0.15 331.7 0.68 0.54
Hex DA 3B 86 0 49 27 F 14C 44 36
Octal 332 73 206 0 111 47 17 514 104 66
Binary 11011010 111011 10000110 0 1001001 100111 1111 101001100 1000100 110110

Color Harmonies of #DA3B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B86

Black with #DA3B86

Text Example


Text Example

White with #DA3B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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