Html Css Color HEX #DA285C Cerise

📋 copy color: '#DA285C'

red 218 ◦ green 40 ◦ blue 92

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

Shades of Cerise #DA285C

Tints of Cerise #DA285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 62.29%
G = 11.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA285C (or 0xDA285C) is known color: Cerise. HEX triplet: DA, 28 and 5C. RGB value is (218,40,92). Sum of RGB (Red+Green+Blue) = 218+40+92=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA285C is #25D7A3. Grayscale: #636363. Windows color (decimal): -2480036 or 6039770. OLE color: 6039770.

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

Color convert

RGB 218 40 92 -
CMYK 0 0.82 0.58 0.15
HSL 342.47º 0.71% 0.51% -
HSV(B) 342.47º 0.82% 0.85% -
XYZ 31.6 17.2 11.78 -
YUV 99.15 123.97 212.77 -
System Red Green Blue C M Y K H S L
Decimal 218 40 92 0 0.82 0.58 0.15 342.47 0.71 0.51
Hex DA 28 5C 0 52 3A F 156 47 33
Octal 332 50 134 0 122 72 17 526 107 63
Binary 11011010 101000 1011100 0 1010010 111010 1111 101010110 1000111 110011

Color Harmonies of #DA285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA285C

Black with #DA285C

Text Example


Text Example

White with #DA285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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