Html Css Color HEX #DA295F Cerise

📋 copy color: '#DA295F'

red 218 ◦ green 41 ◦ blue 95

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

Shades of Cerise #DA295F

Tints of Cerise #DA295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.84%

R = 61.58%
G = 11.58%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA295F (or 0xDA295F) is known color: Cerise. HEX triplet: DA, 29 and 5F. RGB value is (218,41,95). Sum of RGB (Red+Green+Blue) = 218+41+95=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA295F is #25D6A0. Grayscale: #646464. Windows color (decimal): -2479777 or 6236634. OLE color: 6236634.

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

Color convert

RGB 218 41 95 -
CMYK 0 0.81 0.56 0.15
HSL 341.69º 0.71% 0.51% -
HSV(B) 341.69º 0.81% 0.85% -
XYZ 31.77 17.32 12.49 -
YUV 100.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 218 41 95 0 0.81 0.56 0.15 341.69 0.71 0.51
Hex DA 29 5F 0 51 38 F 156 47 33
Octal 332 51 137 0 121 70 17 526 107 63
Binary 11011010 101001 1011111 0 1010001 111000 1111 101010110 1000111 110011

Color Harmonies of #DA295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA295F

Black with #DA295F

Text Example


Text Example

White with #DA295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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