Html Css Color HEX #DA316B Cerise

📋 copy color: '#DA316B'

red 218 ◦ green 49 ◦ blue 107

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

Shades of Cerise #DA316B

Tints of Cerise #DA316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 58.29%
G = 13.1%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA316B (or 0xDA316B) is known color: Cerise. HEX triplet: DA, 31 and 6B. RGB value is (218,49,107). Sum of RGB (Red+Green+Blue) = 218+49+107=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA316B is #25CE94. Grayscale: #6A6A6A. Windows color (decimal): -2477717 or 7025114. OLE color: 7025114.

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

Color convert

RGB 218 49 107 -
CMYK 0 0.78 0.51 0.15
HSL 339.41º 0.7% 0.52% -
HSV(B) 339.41º 0.78% 0.85% -
XYZ 32.67 18.16 15.69 -
YUV 106.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 218 49 107 0 0.78 0.51 0.15 339.41 0.7 0.52
Hex DA 31 6B 0 4E 33 F 153 46 34
Octal 332 61 153 0 116 63 17 523 106 64
Binary 11011010 110001 1101011 0 1001110 110011 1111 101010011 1000110 110100

Color Harmonies of #DA316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA316B

Black with #DA316B

Text Example


Text Example

White with #DA316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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