Html Css Color HEX #DA295D Cerise

📋 copy color: '#DA295D'

red 218 ◦ green 41 ◦ blue 93

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

Shades of Cerise #DA295D

Tints of Cerise #DA295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.65%

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

R = 61.93%
G = 11.65%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA295D (or 0xDA295D) is known color: Cerise. HEX triplet: DA, 29 and 5D. RGB value is (218,41,93). Sum of RGB (Red+Green+Blue) = 218+41+93=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA295D is #25D6A2. Grayscale: #636363. Windows color (decimal): -2479779 or 6105562. OLE color: 6105562.

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

Color convert

RGB 218 41 93 -
CMYK 0 0.81 0.57 0.15
HSL 342.37º 0.71% 0.51% -
HSV(B) 342.37º 0.81% 0.85% -
XYZ 31.68 17.28 12.02 -
YUV 99.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 218 41 93 0 0.81 0.57 0.15 342.37 0.71 0.51
Hex DA 29 5D 0 51 39 F 156 47 33
Octal 332 51 135 0 121 71 17 526 107 63
Binary 11011010 101001 1011101 0 1010001 111001 1111 101010110 1000111 110011

Color Harmonies of #DA295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA295D

Black with #DA295D

Text Example


Text Example

White with #DA295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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