Html Css Color HEX #D0316C Cerise

📋 copy color: '#D0316C'

red 208 ◦ green 49 ◦ blue 108

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

Shades of Cerise #D0316C

Tints of Cerise #D0316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 56.99%
G = 13.42%
B = 29.59%

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

#D0316C (or 0xD0316C) is known color: Cerise. HEX triplet: D0, 31 and 6C. RGB value is (208,49,108). Sum of RGB (Red+Green+Blue) = 208+49+108=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0316C is #2FCE93. Grayscale: #676767. Windows color (decimal): -3133076 or 7090640. OLE color: 7090640.

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

Color convert

RGB 208 49 108 -
CMYK 0 0.76 0.48 0.18
HSL 337.74º 0.63% 0.5% -
HSV(B) 337.74º 0.76% 0.82% -
XYZ 29.82 16.69 15.84 -
YUV 103.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 208 49 108 0 0.76 0.48 0.18 337.74 0.63 0.5
Hex D0 31 6C 0 4C 30 12 152 3F 32
Octal 320 61 154 0 114 60 22 522 77 62
Binary 11010000 110001 1101100 0 1001100 110000 10010 101010010 111111 110010

Color Harmonies of #D0316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0316C

Black with #D0316C

Text Example


Text Example

White with #D0316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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