Html Css Color HEX #DA245A Cerise

📋 copy color: '#DA245A'

red 218 ◦ green 36 ◦ blue 90

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

Shades of Cerise #DA245A

Tints of Cerise #DA245A

RGB

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

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

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

R = 63.37%
G = 10.47%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA245A (or 0xDA245A) is known color: Cerise. HEX triplet: DA, 24 and 5A. RGB value is (218,36,90). Sum of RGB (Red+Green+Blue) = 218+36+90=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA245A is #25DBA5. Grayscale: #606060. Windows color (decimal): -2481062 or 5907674. OLE color: 5907674.

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

Color convert

RGB 218 36 90 -
CMYK 0 0.83 0.59 0.15
HSL 342.2º 0.72% 0.5% -
HSV(B) 342.2º 0.83% 0.85% -
XYZ 31.39 16.91 11.28 -
YUV 96.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 218 36 90 0 0.83 0.59 0.15 342.2 0.72 0.5
Hex DA 24 5A 0 53 3B F 156 48 32
Octal 332 44 132 0 123 73 17 526 110 62
Binary 11011010 100100 1011010 0 1010011 111011 1111 101010110 1001000 110010

Color Harmonies of #DA245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA245A

Black with #DA245A

Text Example


Text Example

White with #DA245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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