Html Css Color HEX #DA316F Cerise

📋 copy color: '#DA316F'

red 218 ◦ green 49 ◦ blue 111

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

Shades of Cerise #DA316F

Tints of Cerise #DA316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 57.67%
G = 12.96%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA316F (or 0xDA316F) is known color: Cerise. HEX triplet: DA, 31 and 6F. RGB value is (218,49,111). Sum of RGB (Red+Green+Blue) = 218+49+111=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA316F is #25CE90. Grayscale: #6A6A6A. Windows color (decimal): -2477713 or 7287258. OLE color: 7287258.

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

Color convert

RGB 218 49 111 -
CMYK 0 0.78 0.49 0.15
HSL 337.99º 0.7% 0.52% -
HSV(B) 337.99º 0.78% 0.85% -
XYZ 32.88 18.25 16.83 -
YUV 106.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 218 49 111 0 0.78 0.49 0.15 337.99 0.7 0.52
Hex DA 31 6F 0 4E 31 F 152 46 34
Octal 332 61 157 0 116 61 17 522 106 64
Binary 11011010 110001 1101111 0 1001110 110001 1111 101010010 1000110 110100

Color Harmonies of #DA316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA316F

Black with #DA316F

Text Example


Text Example

White with #DA316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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