Html Css Color HEX #DA2161 Cerise

📋 copy color: '#DA2161'

red 218 ◦ green 33 ◦ blue 97

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

Shades of Cerise #DA2161

Tints of Cerise #DA2161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.48%

 BLUE value IS 97 (38.28% from 255) = 27.87%

R = 62.64%
G = 9.48%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA2161 (or 0xDA2161) is known color: Cerise. HEX triplet: DA, 21 and 61. RGB value is (218,33,97). Sum of RGB (Red+Green+Blue) = 218+33+97=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2161 is #25DE9E. Grayscale: #5F5F5F. Windows color (decimal): -2481823 or 6365658. OLE color: 6365658.

HSL color Cylindrical-coordinate representation of color #DA2161: hue angle of 339.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2161 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 97 -
CMYK 0 0.85 0.56 0.15
HSL 339.24º 0.74% 0.49% -
HSV(B) 339.24º 0.85% 0.85% -
XYZ 31.61 16.86 12.9 -
YUV 95.61 128.79 215.3 -
System Red Green Blue C M Y K H S L
Decimal 218 33 97 0 0.85 0.56 0.15 339.24 0.74 0.49
Hex DA 21 61 0 55 38 F 153 4A 31
Octal 332 41 141 0 125 70 17 523 112 61
Binary 11011010 100001 1100001 0 1010101 111000 1111 101010011 1001010 110001

Color Harmonies of #DA2161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2161

Black with #DA2161

Text Example


Text Example

White with #DA2161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2161; }

 p { color: rgb(218,33,97); }

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

background-color css

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

 a { background-color: rgb(218,33,97); }

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

border-color css

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

 span { border-color: rgb(218,33,97); }

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