Html Css Color HEX #DA2277 Deep Cerise

📋 copy color: '#DA2277'

red 218 ◦ green 34 ◦ blue 119

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

Shades of Deep Cerise #DA2277

Tints of Deep Cerise #DA2277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 58.76%
G = 9.16%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA2277 (or 0xDA2277) is known color: Deep Cerise. HEX triplet: DA, 22 and 77. RGB value is (218,34,119). Sum of RGB (Red+Green+Blue) = 218+34+119=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2277 is #25DD88. Grayscale: #626262. Windows color (decimal): -2481545 or 7807706. OLE color: 7807706.

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

Color convert

RGB 218 34 119 -
CMYK 0 0.84 0.45 0.15
HSL 332.28º 0.73% 0.49% -
HSV(B) 332.28º 0.84% 0.85% -
XYZ 32.82 17.38 19.08 -
YUV 98.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 218 34 119 0 0.84 0.45 0.15 332.28 0.73 0.49
Hex DA 22 77 0 54 2D F 14C 49 31
Octal 332 42 167 0 124 55 17 514 111 61
Binary 11011010 100010 1110111 0 1010100 101101 1111 101001100 1001001 110001

Color Harmonies of #DA2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2277

Black with #DA2277

Text Example


Text Example

White with #DA2277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2277; }

 p { color: rgb(218,34,119); }

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

background-color css

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

 a { background-color: rgb(218,34,119); }

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

border-color css

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

 span { border-color: rgb(218,34,119); }

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