Html Css Color HEX #DA227D Deep Cerise

📋 copy color: '#DA227D'

red 218 ◦ green 34 ◦ blue 125

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

Shades of Deep Cerise #DA227D

Tints of Deep Cerise #DA227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 57.82%
G = 9.02%
B = 33.16%

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

#DA227D (or 0xDA227D) is known color: Deep Cerise. HEX triplet: DA, 22 and 7D. RGB value is (218,34,125). Sum of RGB (Red+Green+Blue) = 218+34+125=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA227D is #25DD82. Grayscale: #636363. Windows color (decimal): -2481539 or 8200922. OLE color: 8200922.

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

Color convert

RGB 218 34 125 -
CMYK 0 0.84 0.43 0.15
HSL 330.33º 0.73% 0.49% -
HSV(B) 330.33º 0.84% 0.85% -
XYZ 33.19 17.53 21.04 -
YUV 99.39 142.46 212.6 -
System Red Green Blue C M Y K H S L
Decimal 218 34 125 0 0.84 0.43 0.15 330.33 0.73 0.49
Hex DA 22 7D 0 54 2B F 14A 49 31
Octal 332 42 175 0 124 53 17 512 111 61
Binary 11011010 100010 1111101 0 1010100 101011 1111 101001010 1001001 110001

Color Harmonies of #DA227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA227D

Black with #DA227D

Text Example


Text Example

White with #DA227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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