Html Css Color HEX #DA2963 Cerise

📋 copy color: '#DA2963'

red 218 ◦ green 41 ◦ blue 99

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

Shades of Cerise #DA2963

Tints of Cerise #DA2963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 60.89%
G = 11.45%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA2963 (or 0xDA2963) is known color: Cerise. HEX triplet: DA, 29 and 63. RGB value is (218,41,99). Sum of RGB (Red+Green+Blue) = 218+41+99=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2963 is #25D69C. Grayscale: #646464. Windows color (decimal): -2479773 or 6498778. OLE color: 6498778.

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

Color convert

RGB 218 41 99 -
CMYK 0 0.81 0.55 0.15
HSL 340.34º 0.71% 0.51% -
HSV(B) 340.34º 0.81% 0.85% -
XYZ 31.96 17.39 13.48 -
YUV 100.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 218 41 99 0 0.81 0.55 0.15 340.34 0.71 0.51
Hex DA 29 63 0 51 37 F 154 47 33
Octal 332 51 143 0 121 67 17 524 107 63
Binary 11011010 101001 1100011 0 1010001 110111 1111 101010100 1000111 110011

Color Harmonies of #DA2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2963

Black with #DA2963

Text Example


Text Example

White with #DA2963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2963; }

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

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

background-color css

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

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

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

border-color css

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

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

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