Html Css Color HEX #DA225A Cerise

📋 copy color: '#DA225A'

red 218 ◦ green 34 ◦ blue 90

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

Shades of Cerise #DA225A

Tints of Cerise #DA225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 63.74%
G = 9.94%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA225A (or 0xDA225A) is known color: Cerise. HEX triplet: DA, 22 and 5A. RGB value is (218,34,90). Sum of RGB (Red+Green+Blue) = 218+34+90=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA225A is #25DDA5. Grayscale: #5F5F5F. Windows color (decimal): -2481574 or 5907162. OLE color: 5907162.

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

Color convert

RGB 218 34 90 -
CMYK 0 0.84 0.59 0.15
HSL 341.74º 0.73% 0.49% -
HSV(B) 341.74º 0.84% 0.85% -
XYZ 31.33 16.79 11.26 -
YUV 95.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 218 34 90 0 0.84 0.59 0.15 341.74 0.73 0.49
Hex DA 22 5A 0 54 3B F 156 49 31
Octal 332 42 132 0 124 73 17 526 111 61
Binary 11011010 100010 1011010 0 1010100 111011 1111 101010110 1001001 110001

Color Harmonies of #DA225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA225A

Black with #DA225A

Text Example


Text Example

White with #DA225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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