Html Css Color HEX #DA287F Deep Cerise

📋 copy color: '#DA287F'

red 218 ◦ green 40 ◦ blue 127

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

Shades of Deep Cerise #DA287F

Tints of Deep Cerise #DA287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 56.62%
G = 10.39%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA287F (or 0xDA287F) is known color: Deep Cerise. HEX triplet: DA, 28 and 7F. RGB value is (218,40,127). Sum of RGB (Red+Green+Blue) = 218+40+127=385 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.62% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 218 - color contains mainly: red. Hex color #DA287F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA287F is #25D780. Grayscale: #666666. Windows color (decimal): -2480001 or 8333530. OLE color: 8333530.

HSL color Cylindrical-coordinate representation of color #DA287F: hue angle of 330.67º 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 #DA287F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 127 -
CMYK 0 0.82 0.42 0.15
HSL 330.67º 0.71% 0.51% -
HSV(B) 330.67º 0.82% 0.85% -
XYZ 33.5 17.96 21.78 -
YUV 103.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 218 40 127 0 0.82 0.42 0.15 330.67 0.71 0.51
Hex DA 28 7F 0 52 2A F 14B 47 33
Octal 332 50 177 0 122 52 17 513 107 63
Binary 11011010 101000 1111111 0 1010010 101010 1111 101001011 1000111 110011

Color Harmonies of #DA287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA287F

Black with #DA287F

Text Example


Text Example

White with #DA287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA287F; }

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

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

background-color css

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

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

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

border-color css

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

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

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