Html Css Color HEX #DA226F Cerise

📋 copy color: '#DA226F'

red 218 ◦ green 34 ◦ blue 111

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

Shades of Cerise #DA226F

Tints of Cerise #DA226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 60.06%
G = 9.37%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA226F (or 0xDA226F) is known color: Cerise. HEX triplet: DA, 22 and 6F. RGB value is (218,34,111). Sum of RGB (Red+Green+Blue) = 218+34+111=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA226F is #25DD90. Grayscale: #616161. Windows color (decimal): -2481553 or 7283418. OLE color: 7283418.

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

Color convert

RGB 218 34 111 -
CMYK 0 0.84 0.49 0.15
HSL 334.89º 0.73% 0.49% -
HSV(B) 334.89º 0.84% 0.85% -
XYZ 32.35 17.2 16.65 -
YUV 97.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 218 34 111 0 0.84 0.49 0.15 334.89 0.73 0.49
Hex DA 22 6F 0 54 31 F 14F 49 31
Octal 332 42 157 0 124 61 17 517 111 61
Binary 11011010 100010 1101111 0 1010100 110001 1111 101001111 1001001 110001

Color Harmonies of #DA226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA226F

Black with #DA226F

Text Example


Text Example

White with #DA226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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