Html Css Color HEX #D0316D Cerise

📋 copy color: '#D0316D'

red 208 ◦ green 49 ◦ blue 109

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

Shades of Cerise #D0316D

Tints of Cerise #D0316D

RGB

 RED value IS 208 (81.64% from 255) = 56.83%

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 56.83%
G = 13.39%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0316D (or 0xD0316D) is known color: Cerise. HEX triplet: D0, 31 and 6D. RGB value is (208,49,109). Sum of RGB (Red+Green+Blue) = 208+49+109=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0316D is #2FCE92. Grayscale: #676767. Windows color (decimal): -3133075 or 7156176. OLE color: 7156176.

HSL color Cylindrical-coordinate representation of color #D0316D: hue angle of 337.36º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0316D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 109 -
CMYK 0 0.76 0.48 0.18
HSL 337.36º 0.63% 0.5% -
HSV(B) 337.36º 0.76% 0.82% -
XYZ 29.87 16.71 16.12 -
YUV 103.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 208 49 109 0 0.76 0.48 0.18 337.36 0.63 0.5
Hex D0 31 6D 0 4C 30 12 151 3F 32
Octal 320 61 155 0 114 60 22 521 77 62
Binary 11010000 110001 1101101 0 1001100 110000 10010 101010001 111111 110010

Color Harmonies of #D0316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0316D

Black with #D0316D

Text Example


Text Example

White with #D0316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0316D; }

 p { color: rgb(208,49,109); }

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

background-color css

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

 a { background-color: rgb(208,49,109); }

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

border-color css

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

 span { border-color: rgb(208,49,109); }

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