Html Css Color HEX #DA325A Cerise

📋 copy color: '#DA325A'

red 218 ◦ green 50 ◦ blue 90

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

Shades of Cerise #DA325A

Tints of Cerise #DA325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.97%

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

R = 60.89%
G = 13.97%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA325A (or 0xDA325A) is known color: Cerise. HEX triplet: DA, 32 and 5A. RGB value is (218,50,90). Sum of RGB (Red+Green+Blue) = 218+50+90=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA325A is #25CDA5. Grayscale: #686868. Windows color (decimal): -2477478 or 5911258. OLE color: 5911258.

HSL color Cylindrical-coordinate representation of color #DA325A: hue angle of 345.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA325A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 90 -
CMYK 0 0.77 0.59 0.15
HSL 345.71º 0.69% 0.53% -
HSV(B) 345.71º 0.77% 0.85% -
XYZ 31.9 17.92 11.45 -
YUV 104.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 218 50 90 0 0.77 0.59 0.15 345.71 0.69 0.53
Hex DA 32 5A 0 4D 3B F 15A 45 35
Octal 332 62 132 0 115 73 17 532 105 65
Binary 11011010 110010 1011010 0 1001101 111011 1111 101011010 1000101 110101

Color Harmonies of #DA325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA325A

Black with #DA325A

Text Example


Text Example

White with #DA325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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