Html Css Color HEX #DA2562 Cerise

📋 copy color: '#DA2562'

red 218 ◦ green 37 ◦ blue 98

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

Shades of Cerise #DA2562

Tints of Cerise #DA2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

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

R = 61.76%
G = 10.48%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA2562 (or 0xDA2562) is known color: Cerise. HEX triplet: DA, 25 and 62. RGB value is (218,37,98). Sum of RGB (Red+Green+Blue) = 218+37+98=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2562 is #25DA9D. Grayscale: #626262. Windows color (decimal): -2480798 or 6432218. OLE color: 6432218.

HSL color Cylindrical-coordinate representation of color #DA2562: hue angle of 339.78º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2562 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 98 -
CMYK 0 0.83 0.55 0.15
HSL 339.78º 0.71% 0.5% -
HSV(B) 339.78º 0.83% 0.85% -
XYZ 31.78 17.11 13.18 -
YUV 98.07 127.97 213.54 -
System Red Green Blue C M Y K H S L
Decimal 218 37 98 0 0.83 0.55 0.15 339.78 0.71 0.5
Hex DA 25 62 0 53 37 F 154 47 32
Octal 332 45 142 0 123 67 17 524 107 62
Binary 11011010 100101 1100010 0 1010011 110111 1111 101010100 1000111 110010

Color Harmonies of #DA2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2562

Black with #DA2562

Text Example


Text Example

White with #DA2562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2562; }

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

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

background-color css

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

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

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

border-color css

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

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

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