Html Css Color HEX #DA225D Cerise

📋 copy color: '#DA225D'

red 218 ◦ green 34 ◦ blue 93

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

Shades of Cerise #DA225D

Tints of Cerise #DA225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 63.19%
G = 9.86%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA225D (or 0xDA225D) is known color: Cerise. HEX triplet: DA, 22 and 5D. RGB value is (218,34,93). Sum of RGB (Red+Green+Blue) = 218+34+93=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA225D is #25DDA2. Grayscale: #5F5F5F. Windows color (decimal): -2481571 or 6103770. OLE color: 6103770.

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

Color convert

RGB 218 34 93 -
CMYK 0 0.84 0.57 0.15
HSL 340.76º 0.73% 0.49% -
HSV(B) 340.76º 0.84% 0.85% -
XYZ 31.46 16.84 11.95 -
YUV 95.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 218 34 93 0 0.84 0.57 0.15 340.76 0.73 0.49
Hex DA 22 5D 0 54 39 F 155 49 31
Octal 332 42 135 0 124 71 17 525 111 61
Binary 11011010 100010 1011101 0 1010100 111001 1111 101010101 1001001 110001

Color Harmonies of #DA225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA225D

Black with #DA225D

Text Example


Text Example

White with #DA225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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