Html Css Color HEX #DA287D Deep Cerise

📋 copy color: '#DA287D'

red 218 ◦ green 40 ◦ blue 125

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

Shades of Deep Cerise #DA287D

Tints of Deep Cerise #DA287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 56.92%
G = 10.44%
B = 32.64%

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

#DA287D (or 0xDA287D) is known color: Deep Cerise. HEX triplet: DA, 28 and 7D. RGB value is (218,40,125). Sum of RGB (Red+Green+Blue) = 218+40+125=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA287D is #25D782. Grayscale: #666666. Windows color (decimal): -2480003 or 8202458. OLE color: 8202458.

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

Color convert

RGB 218 40 125 -
CMYK 0 0.82 0.43 0.15
HSL 331.35º 0.71% 0.51% -
HSV(B) 331.35º 0.82% 0.85% -
XYZ 33.37 17.9 21.1 -
YUV 102.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 218 40 125 0 0.82 0.43 0.15 331.35 0.71 0.51
Hex DA 28 7D 0 52 2B F 14B 47 33
Octal 332 50 175 0 122 53 17 513 107 63
Binary 11011010 101000 1111101 0 1010010 101011 1111 101001011 1000111 110011

Color Harmonies of #DA287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA287D

Black with #DA287D

Text Example


Text Example

White with #DA287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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