Html Css Color HEX #DA1E86 Deep Cerise

📋 copy color: '#DA1E86'

red 218 ◦ green 30 ◦ blue 134

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

Shades of Deep Cerise #DA1E86

Tints of Deep Cerise #DA1E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.85%

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

R = 57.07%
G = 7.85%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA1E86 (or 0xDA1E86) is known color: Deep Cerise. HEX triplet: DA, 1E and 86. RGB value is (218,30,134). Sum of RGB (Red+Green+Blue) = 218+30+134=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1E86 is #25E179. Grayscale: #616161. Windows color (decimal): -2482554 or 8789722. OLE color: 8789722.

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

Color convert

RGB 218 30 134 -
CMYK 0 0.86 0.39 0.15
HSL 326.81º 0.76% 0.49% -
HSV(B) 326.81º 0.86% 0.85% -
XYZ 33.68 17.56 24.17 -
YUV 98.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 218 30 134 0 0.86 0.39 0.15 326.81 0.76 0.49
Hex DA 1E 86 0 56 27 F 147 4C 31
Octal 332 36 206 0 126 47 17 507 114 61
Binary 11011010 11110 10000110 0 1010110 100111 1111 101000111 1001100 110001

Color Harmonies of #DA1E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E86

Black with #DA1E86

Text Example


Text Example

White with #DA1E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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