Html Css Color HEX #DA245E Cerise

📋 copy color: '#DA245E'

red 218 ◦ green 36 ◦ blue 94

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

Shades of Cerise #DA245E

Tints of Cerise #DA245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 62.64%
G = 10.34%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA245E (or 0xDA245E) is known color: Cerise. HEX triplet: DA, 24 and 5E. RGB value is (218,36,94). Sum of RGB (Red+Green+Blue) = 218+36+94=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA245E is #25DBA1. Grayscale: #606060. Windows color (decimal): -2481058 or 6169818. OLE color: 6169818.

HSL color Cylindrical-coordinate representation of color #DA245E: hue angle of 340.88º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA245E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 36 94 -
CMYK 0 0.83 0.57 0.15
HSL 340.88º 0.72% 0.5% -
HSV(B) 340.88º 0.83% 0.85% -
XYZ 31.56 16.98 12.2 -
YUV 97.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 218 36 94 0 0.83 0.57 0.15 340.88 0.72 0.5
Hex DA 24 5E 0 53 39 F 155 48 32
Octal 332 44 136 0 123 71 17 525 110 62
Binary 11011010 100100 1011110 0 1010011 111001 1111 101010101 1001000 110010

Color Harmonies of #DA245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA245E

Black with #DA245E

Text Example


Text Example

White with #DA245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA245E; }

 p { color: rgb(218,36,94); }

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

background-color css

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

 a { background-color: rgb(218,36,94); }

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

border-color css

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

 span { border-color: rgb(218,36,94); }

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