Html Css Color HEX #DA285F Cerise

📋 copy color: '#DA285F'

red 218 ◦ green 40 ◦ blue 95

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

Shades of Cerise #DA285F

Tints of Cerise #DA285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 61.76%
G = 11.33%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA285F (or 0xDA285F) is known color: Cerise. HEX triplet: DA, 28 and 5F. RGB value is (218,40,95). Sum of RGB (Red+Green+Blue) = 218+40+95=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA285F is #25D7A0. Grayscale: #636363. Windows color (decimal): -2480033 or 6236378. OLE color: 6236378.

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

Color convert

RGB 218 40 95 -
CMYK 0 0.82 0.56 0.15
HSL 341.46º 0.71% 0.51% -
HSV(B) 341.46º 0.82% 0.85% -
XYZ 31.74 17.25 12.48 -
YUV 99.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 218 40 95 0 0.82 0.56 0.15 341.46 0.71 0.51
Hex DA 28 5F 0 52 38 F 155 47 33
Octal 332 50 137 0 122 70 17 525 107 63
Binary 11011010 101000 1011111 0 1010010 111000 1111 101010101 1000111 110011

Color Harmonies of #DA285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA285F

Black with #DA285F

Text Example


Text Example

White with #DA285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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