Html Css Color HEX #DA226C Cerise

📋 copy color: '#DA226C'

red 218 ◦ green 34 ◦ blue 108

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

Shades of Cerise #DA226C

Tints of Cerise #DA226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30%

R = 60.56%
G = 9.44%
B = 30%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA226C (or 0xDA226C) is known color: Cerise. HEX triplet: DA, 22 and 6C. RGB value is (218,34,108). Sum of RGB (Red+Green+Blue) = 218+34+108=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA226C is #25DD93. Grayscale: #616161. Windows color (decimal): -2481556 or 7086810. OLE color: 7086810.

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

Color convert

RGB 218 34 108 -
CMYK 0 0.84 0.50 0.15
HSL 335.87º 0.73% 0.49% -
HSV(B) 335.87º 0.84% 0.85% -
XYZ 32.19 17.13 15.8 -
YUV 97.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 218 34 108 0 0.84 0.50 0.15 335.87 0.73 0.49
Hex DA 22 6C 0 54 32 F 150 49 31
Octal 332 42 154 0 124 62 17 520 111 61
Binary 11011010 100010 1101100 0 1010100 110010 1111 101010000 1001001 110001

Color Harmonies of #DA226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA226C

Black with #DA226C

Text Example


Text Example

White with #DA226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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