Html Css Color HEX #DA227A Deep Cerise

📋 copy color: '#DA227A'

red 218 ◦ green 34 ◦ blue 122

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

Shades of Deep Cerise #DA227A

Tints of Deep Cerise #DA227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 58.29%
G = 9.09%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA227A (or 0xDA227A) is known color: Deep Cerise. HEX triplet: DA, 22 and 7A. RGB value is (218,34,122). Sum of RGB (Red+Green+Blue) = 218+34+122=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA227A is #25DD85. Grayscale: #626262. Windows color (decimal): -2481542 or 8004314. OLE color: 8004314.

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

Color convert

RGB 218 34 122 -
CMYK 0 0.84 0.44 0.15
HSL 331.3º 0.73% 0.49% -
HSV(B) 331.3º 0.84% 0.85% -
XYZ 33 17.45 20.04 -
YUV 99.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 218 34 122 0 0.84 0.44 0.15 331.3 0.73 0.49
Hex DA 22 7A 0 54 2C F 14B 49 31
Octal 332 42 172 0 124 54 17 513 111 61
Binary 11011010 100010 1111010 0 1010100 101100 1111 101001011 1001001 110001

Color Harmonies of #DA227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA227A

Black with #DA227A

Text Example


Text Example

White with #DA227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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