Html Css Color HEX #DA227C Deep Cerise

📋 copy color: '#DA227C'

red 218 ◦ green 34 ◦ blue 124

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

Shades of Deep Cerise #DA227C

Tints of Deep Cerise #DA227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 57.98%
G = 9.04%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA227C (or 0xDA227C) is known color: Deep Cerise. HEX triplet: DA, 22 and 7C. RGB value is (218,34,124). Sum of RGB (Red+Green+Blue) = 218+34+124=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA227C is #25DD83. Grayscale: #636363. Windows color (decimal): -2481540 or 8135386. OLE color: 8135386.

HSL color Cylindrical-coordinate representation of color #DA227C: hue angle of 330.65º 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 #DA227C is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 34 124 -
CMYK 0 0.84 0.43 0.15
HSL 330.65º 0.73% 0.49% -
HSV(B) 330.65º 0.84% 0.85% -
XYZ 33.12 17.5 20.7 -
YUV 99.28 141.96 212.68 -
System Red Green Blue C M Y K H S L
Decimal 218 34 124 0 0.84 0.43 0.15 330.65 0.73 0.49
Hex DA 22 7C 0 54 2B F 14B 49 31
Octal 332 42 174 0 124 53 17 513 111 61
Binary 11011010 100010 1111100 0 1010100 101011 1111 101001011 1001001 110001

Color Harmonies of #DA227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA227C

Black with #DA227C

Text Example


Text Example

White with #DA227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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