Html Css Color HEX #D0316E Cerise

📋 copy color: '#D0316E'

red 208 ◦ green 49 ◦ blue 110

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

Shades of Cerise #D0316E

Tints of Cerise #D0316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 56.68%
G = 13.35%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0316E (or 0xD0316E) is known color: Cerise. HEX triplet: D0, 31 and 6E. RGB value is (208,49,110). Sum of RGB (Red+Green+Blue) = 208+49+110=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0316E is #2FCE91. Grayscale: #676767. Windows color (decimal): -3133074 or 7221712. OLE color: 7221712.

HSL color Cylindrical-coordinate representation of color #D0316E: hue angle of 336.98º 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 #D0316E is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 110 -
CMYK 0 0.76 0.47 0.18
HSL 336.98º 0.63% 0.5% -
HSV(B) 336.98º 0.76% 0.82% -
XYZ 29.93 16.73 16.4 -
YUV 103.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 208 49 110 0 0.76 0.47 0.18 336.98 0.63 0.5
Hex D0 31 6E 0 4C 2F 12 151 3F 32
Octal 320 61 156 0 114 57 22 521 77 62
Binary 11010000 110001 1101110 0 1001100 101111 10010 101010001 111111 110010

Color Harmonies of #D0316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0316E

Black with #D0316E

Text Example


Text Example

White with #D0316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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