Html Css Color HEX #DA2785 Deep Cerise

📋 copy color: '#DA2785'

red 218 ◦ green 39 ◦ blue 133

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

Shades of Deep Cerise #DA2785

Tints of Deep Cerise #DA2785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 55.9%
G = 10%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA2785 (or 0xDA2785) is known color: Deep Cerise. HEX triplet: DA, 27 and 85. RGB value is (218,39,133). Sum of RGB (Red+Green+Blue) = 218+39+133=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2785 is #25D87A. Grayscale: #676767. Windows color (decimal): -2480251 or 8726490. OLE color: 8726490.

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

Color convert

RGB 218 39 133 -
CMYK 0 0.82 0.39 0.15
HSL 328.49º 0.71% 0.5% -
HSV(B) 328.49º 0.82% 0.85% -
XYZ 33.87 18.05 23.89 -
YUV 103.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 218 39 133 0 0.82 0.39 0.15 328.49 0.71 0.5
Hex DA 27 85 0 52 27 F 148 47 32
Octal 332 47 205 0 122 47 17 510 107 62
Binary 11011010 100111 10000101 0 1010010 100111 1111 101001000 1000111 110010

Color Harmonies of #DA2785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2785

Black with #DA2785

Text Example


Text Example

White with #DA2785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2785; }

 p { color: rgb(218,39,133); }

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

background-color css

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

 a { background-color: rgb(218,39,133); }

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

border-color css

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

 span { border-color: rgb(218,39,133); }

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