Html Css Color HEX #DA287C Deep Cerise

📋 copy color: '#DA287C'

red 218 ◦ green 40 ◦ blue 124

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

Shades of Deep Cerise #DA287C

Tints of Deep Cerise #DA287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.47%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 57.07%
G = 10.47%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA287C (or 0xDA287C) is known color: Deep Cerise. HEX triplet: DA, 28 and 7C. RGB value is (218,40,124). Sum of RGB (Red+Green+Blue) = 218+40+124=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA287C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA287C is #25D783. Grayscale: #666666. Windows color (decimal): -2480004 or 8136922. OLE color: 8136922.

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

Color convert

RGB 218 40 124 -
CMYK 0 0.82 0.43 0.15
HSL 331.69º 0.71% 0.51% -
HSV(B) 331.69º 0.82% 0.85% -
XYZ 33.31 17.88 20.76 -
YUV 102.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 218 40 124 0 0.82 0.43 0.15 331.69 0.71 0.51
Hex DA 28 7C 0 52 2B F 14C 47 33
Octal 332 50 174 0 122 53 17 514 107 63
Binary 11011010 101000 1111100 0 1010010 101011 1111 101001100 1000111 110011

Color Harmonies of #DA287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA287C

Black with #DA287C

Text Example


Text Example

White with #DA287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA287C; }

 p { color: rgb(218,40,124); }

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

background-color css

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

 a { background-color: rgb(218,40,124); }

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

border-color css

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

 span { border-color: rgb(218,40,124); }

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