Html Css Color HEX #DA2463 Cerise

📋 copy color: '#DA2463'

red 218 ◦ green 36 ◦ blue 99

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

Shades of Cerise #DA2463

Tints of Cerise #DA2463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 99 (39.06% from 255) = 28.05%

R = 61.76%
G = 10.2%
B = 28.05%

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

#DA2463 (or 0xDA2463) is known color: Cerise. HEX triplet: DA, 24 and 63. RGB value is (218,36,99). Sum of RGB (Red+Green+Blue) = 218+36+99=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2463 is #25DB9C. Grayscale: #616161. Windows color (decimal): -2481053 or 6497498. OLE color: 6497498.

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

Color convert

RGB 218 36 99 -
CMYK 0 0.83 0.55 0.15
HSL 339.23º 0.72% 0.5% -
HSV(B) 339.23º 0.83% 0.85% -
XYZ 31.8 17.07 13.42 -
YUV 97.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 218 36 99 0 0.83 0.55 0.15 339.23 0.72 0.5
Hex DA 24 63 0 53 37 F 153 48 32
Octal 332 44 143 0 123 67 17 523 110 62
Binary 11011010 100100 1100011 0 1010011 110111 1111 101010011 1001000 110010

Color Harmonies of #DA2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2463

Black with #DA2463

Text Example


Text Example

White with #DA2463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2463; }

 p { color: rgb(218,36,99); }

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

background-color css

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

 a { background-color: rgb(218,36,99); }

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

border-color css

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

 span { border-color: rgb(218,36,99); }

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