Html Css Color HEX #DA2862 Cerise

📋 copy color: '#DA2862'

red 218 ◦ green 40 ◦ blue 98

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

Shades of Cerise #DA2862

Tints of Cerise #DA2862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 61.24%
G = 11.24%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA2862 (or 0xDA2862) is known color: Cerise. HEX triplet: DA, 28 and 62. RGB value is (218,40,98). Sum of RGB (Red+Green+Blue) = 218+40+98=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2862 is #25D79D. Grayscale: #636363. Windows color (decimal): -2480030 or 6432986. OLE color: 6432986.

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

Color convert

RGB 218 40 98 -
CMYK 0 0.82 0.55 0.15
HSL 340.45º 0.71% 0.51% -
HSV(B) 340.45º 0.82% 0.85% -
XYZ 31.88 17.3 13.22 -
YUV 99.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 218 40 98 0 0.82 0.55 0.15 340.45 0.71 0.51
Hex DA 28 62 0 52 37 F 154 47 33
Octal 332 50 142 0 122 67 17 524 107 63
Binary 11011010 101000 1100010 0 1010010 110111 1111 101010100 1000111 110011

Color Harmonies of #DA2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2862

Black with #DA2862

Text Example


Text Example

White with #DA2862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2862; }

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

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

background-color css

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

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

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

border-color css

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

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

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