Html Css Color HEX #DA4086 Deep Cerise

📋 copy color: '#DA4086'

red 218 ◦ green 64 ◦ blue 134

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

Shades of Deep Cerise #DA4086

Tints of Deep Cerise #DA4086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.38%

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

R = 52.4%
G = 15.38%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA4086 (or 0xDA4086) is known color: Deep Cerise. HEX triplet: DA, 40 and 86. RGB value is (218,64,134). Sum of RGB (Red+Green+Blue) = 218+64+134=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4086 is #25BF79. Grayscale: #757575. Windows color (decimal): -2473850 or 8798426. OLE color: 8798426.

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

Color convert

RGB 218 64 134 -
CMYK 0 0.71 0.39 0.15
HSL 332.73º 0.68% 0.55% -
HSV(B) 332.73º 0.71% 0.85% -
XYZ 35.05 20.29 24.62 -
YUV 118.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 218 64 134 0 0.71 0.39 0.15 332.73 0.68 0.55
Hex DA 40 86 0 47 27 F 14D 44 37
Octal 332 100 206 0 107 47 17 515 104 67
Binary 11011010 1000000 10000110 0 1000111 100111 1111 101001101 1000100 110111

Color Harmonies of #DA4086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4086

Black with #DA4086

Text Example


Text Example

White with #DA4086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4086; }

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

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

background-color css

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

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

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

border-color css

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

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

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