Html Css Color HEX #DA315A Cerise

📋 copy color: '#DA315A'

red 218 ◦ green 49 ◦ blue 90

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

Shades of Cerise #DA315A

Tints of Cerise #DA315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 61.06%
G = 13.73%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA315A (or 0xDA315A) is known color: Cerise. HEX triplet: DA, 31 and 5A. RGB value is (218,49,90). Sum of RGB (Red+Green+Blue) = 218+49+90=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA315A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA315A is #25CEA5. Grayscale: #686868. Windows color (decimal): -2477734 or 5911002. OLE color: 5911002.

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

Color convert

RGB 218 49 90 -
CMYK 0 0.78 0.59 0.15
HSL 345.44º 0.7% 0.52% -
HSV(B) 345.44º 0.78% 0.85% -
XYZ 31.86 17.84 11.44 -
YUV 104.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 218 49 90 0 0.78 0.59 0.15 345.44 0.7 0.52
Hex DA 31 5A 0 4E 3B F 159 46 34
Octal 332 61 132 0 116 73 17 531 106 64
Binary 11011010 110001 1011010 0 1001110 111011 1111 101011001 1000110 110100

Color Harmonies of #DA315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA315A

Black with #DA315A

Text Example


Text Example

White with #DA315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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