Html Css Color HEX #DA2D86 Deep Cerise

📋 copy color: '#DA2D86'

red 218 ◦ green 45 ◦ blue 134

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

Shades of Deep Cerise #DA2D86

Tints of Deep Cerise #DA2D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.34%

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

R = 54.91%
G = 11.34%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA2D86 (or 0xDA2D86) is known color: Deep Cerise. HEX triplet: DA, 2D and 86. RGB value is (218,45,134). Sum of RGB (Red+Green+Blue) = 218+45+134=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D86 is #25D279. Grayscale: #6A6A6A. Windows color (decimal): -2478714 or 8793562. OLE color: 8793562.

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

Color convert

RGB 218 45 134 -
CMYK 0 0.79 0.39 0.15
HSL 329.13º 0.7% 0.52% -
HSV(B) 329.13º 0.79% 0.85% -
XYZ 34.15 18.5 24.33 -
YUV 106.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 218 45 134 0 0.79 0.39 0.15 329.13 0.7 0.52
Hex DA 2D 86 0 4F 27 F 149 46 34
Octal 332 55 206 0 117 47 17 511 106 64
Binary 11011010 101101 10000110 0 1001111 100111 1111 101001001 1000110 110100

Color Harmonies of #DA2D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2D86

Black with #DA2D86

Text Example


Text Example

White with #DA2D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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