Html Css Color HEX #DA287A Deep Cerise

📋 copy color: '#DA287A'

red 218 ◦ green 40 ◦ blue 122

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

Shades of Deep Cerise #DA287A

Tints of Deep Cerise #DA287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 57.37%
G = 10.53%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA287A (or 0xDA287A) is known color: Deep Cerise. HEX triplet: DA, 28 and 7A. RGB value is (218,40,122). Sum of RGB (Red+Green+Blue) = 218+40+122=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA287A is #25D785. Grayscale: #666666. Windows color (decimal): -2480006 or 8005850. OLE color: 8005850.

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

Color convert

RGB 218 40 122 -
CMYK 0 0.82 0.44 0.15
HSL 332.36º 0.71% 0.51% -
HSV(B) 332.36º 0.82% 0.85% -
XYZ 33.19 17.83 20.1 -
YUV 102.57 138.97 210.33 -
System Red Green Blue C M Y K H S L
Decimal 218 40 122 0 0.82 0.44 0.15 332.36 0.71 0.51
Hex DA 28 7A 0 52 2C F 14C 47 33
Octal 332 50 172 0 122 54 17 514 107 63
Binary 11011010 101000 1111010 0 1010010 101100 1111 101001100 1000111 110011

Color Harmonies of #DA287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA287A

Black with #DA287A

Text Example


Text Example

White with #DA287A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA287A; }

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

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

background-color css

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

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

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

border-color css

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

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

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