Html Css Color HEX #DA315B Cerise

📋 copy color: '#DA315B'

red 218 ◦ green 49 ◦ blue 91

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

Shades of Cerise #DA315B

Tints of Cerise #DA315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 60.89%
G = 13.69%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA315B (or 0xDA315B) is known color: Cerise. HEX triplet: DA, 31 and 5B. RGB value is (218,49,91). Sum of RGB (Red+Green+Blue) = 218+49+91=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA315B is #25CEA4. Grayscale: #686868. Windows color (decimal): -2477733 or 5976538. OLE color: 5976538.

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

Color convert

RGB 218 49 91 -
CMYK 0 0.78 0.58 0.15
HSL 345.09º 0.7% 0.52% -
HSV(B) 345.09º 0.78% 0.85% -
XYZ 31.9 17.86 11.66 -
YUV 104.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 218 49 91 0 0.78 0.58 0.15 345.09 0.7 0.52
Hex DA 31 5B 0 4E 3A F 159 46 34
Octal 332 61 133 0 116 72 17 531 106 64
Binary 11011010 110001 1011011 0 1001110 111010 1111 101011001 1000110 110100

Color Harmonies of #DA315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA315B

Black with #DA315B

Text Example


Text Example

White with #DA315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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