Html Css Color HEX #DA315D Cerise

📋 copy color: '#DA315D'

red 218 ◦ green 49 ◦ blue 93

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

Shades of Cerise #DA315D

Tints of Cerise #DA315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

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

R = 60.56%
G = 13.61%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA315D (or 0xDA315D) is known color: Cerise. HEX triplet: DA, 31 and 5D. RGB value is (218,49,93). Sum of RGB (Red+Green+Blue) = 218+49+93=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA315D is #25CEA2. Grayscale: #686868. Windows color (decimal): -2477731 or 6107610. OLE color: 6107610.

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

Color convert

RGB 218 49 93 -
CMYK 0 0.78 0.57 0.15
HSL 344.38º 0.7% 0.52% -
HSV(B) 344.38º 0.78% 0.85% -
XYZ 31.99 17.89 12.12 -
YUV 104.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 218 49 93 0 0.78 0.57 0.15 344.38 0.7 0.52
Hex DA 31 5D 0 4E 39 F 158 46 34
Octal 332 61 135 0 116 71 17 530 106 64
Binary 11011010 110001 1011101 0 1001110 111001 1111 101011000 1000110 110100

Color Harmonies of #DA315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA315D

Black with #DA315D

Text Example


Text Example

White with #DA315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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