Html Css Color HEX #DA315F Cerise

📋 copy color: '#DA315F'

red 218 ◦ green 49 ◦ blue 95

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

Shades of Cerise #DA315F

Tints of Cerise #DA315F

RGB

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

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

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

R = 60.22%
G = 13.54%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA315F (or 0xDA315F) is known color: Cerise. HEX triplet: DA, 31 and 5F. RGB value is (218,49,95). Sum of RGB (Red+Green+Blue) = 218+49+95=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA315F is #25CEA0. Grayscale: #686868. Windows color (decimal): -2477729 or 6238682. OLE color: 6238682.

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

Color convert

RGB 218 49 95 -
CMYK 0 0.78 0.56 0.15
HSL 343.67º 0.7% 0.52% -
HSV(B) 343.67º 0.78% 0.85% -
XYZ 32.08 17.93 12.6 -
YUV 104.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 218 49 95 0 0.78 0.56 0.15 343.67 0.7 0.52
Hex DA 31 5F 0 4E 38 F 158 46 34
Octal 332 61 137 0 116 70 17 530 106 64
Binary 11011010 110001 1011111 0 1001110 111000 1111 101011000 1000110 110100

Color Harmonies of #DA315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA315F

Black with #DA315F

Text Example


Text Example

White with #DA315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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