Html Css Color HEX #DA325D Cerise

📋 copy color: '#DA325D'

red 218 ◦ green 50 ◦ blue 93

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

Shades of Cerise #DA325D

Tints of Cerise #DA325D

RGB

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

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

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

R = 60.39%
G = 13.85%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA325D (or 0xDA325D) is known color: Cerise. HEX triplet: DA, 32 and 5D. RGB value is (218,50,93). Sum of RGB (Red+Green+Blue) = 218+50+93=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA325D is #25CDA2. Grayscale: #696969. Windows color (decimal): -2477475 or 6107866. OLE color: 6107866.

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

Color convert

RGB 218 50 93 -
CMYK 0 0.77 0.57 0.15
HSL 344.64º 0.69% 0.53% -
HSV(B) 344.64º 0.77% 0.85% -
XYZ 32.03 17.98 12.14 -
YUV 105.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 218 50 93 0 0.77 0.57 0.15 344.64 0.69 0.53
Hex DA 32 5D 0 4D 39 F 159 45 35
Octal 332 62 135 0 115 71 17 531 105 65
Binary 11011010 110010 1011101 0 1001101 111001 1111 101011001 1000101 110101

Color Harmonies of #DA325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA325D

Black with #DA325D

Text Example


Text Example

White with #DA325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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