Html Css Color HEX #DA325E Cerise

📋 copy color: '#DA325E'

red 218 ◦ green 50 ◦ blue 94

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

Shades of Cerise #DA325E

Tints of Cerise #DA325E

RGB

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

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

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

R = 60.22%
G = 13.81%
B = 25.97%

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

#DA325E (or 0xDA325E) is known color: Cerise. HEX triplet: DA, 32 and 5E. RGB value is (218,50,94). Sum of RGB (Red+Green+Blue) = 218+50+94=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA325E is #25CDA1. Grayscale: #696969. Windows color (decimal): -2477474 or 6173402. OLE color: 6173402.

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

Color convert

RGB 218 50 94 -
CMYK 0 0.77 0.57 0.15
HSL 344.29º 0.69% 0.53% -
HSV(B) 344.29º 0.77% 0.85% -
XYZ 32.07 17.99 12.37 -
YUV 105.25 121.66 208.42 -
System Red Green Blue C M Y K H S L
Decimal 218 50 94 0 0.77 0.57 0.15 344.29 0.69 0.53
Hex DA 32 5E 0 4D 39 F 158 45 35
Octal 332 62 136 0 115 71 17 530 105 65
Binary 11011010 110010 1011110 0 1001101 111001 1111 101011000 1000101 110101

Color Harmonies of #DA325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA325E

Black with #DA325E

Text Example


Text Example

White with #DA325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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