Html Css Color HEX #D1306F Cerise

📋 copy color: '#D1306F'

red 209 ◦ green 48 ◦ blue 111

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

Shades of Cerise #D1306F

Tints of Cerise #D1306F

RGB

 RED value IS 209 (82.03% from 255) = 56.79%

 GREEN value IS 48 (19.14% from 255) = 13.04%

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

R = 56.79%
G = 13.04%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1306F (or 0xD1306F) is known color: Cerise. HEX triplet: D1, 30 and 6F. RGB value is (209,48,111). Sum of RGB (Red+Green+Blue) = 209+48+111=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D1306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1306F is #2ECF90. Grayscale: #676767. Windows color (decimal): -3067793 or 7286993. OLE color: 7286993.

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

Color convert

RGB 209 48 111 -
CMYK 0 0.77 0.47 0.18
HSL 336.52º 0.64% 0.5% -
HSV(B) 336.52º 0.77% 0.82% -
XYZ 30.22 16.82 16.69 -
YUV 103.32 132.34 203.38 -
System Red Green Blue C M Y K H S L
Decimal 209 48 111 0 0.77 0.47 0.18 336.52 0.64 0.5
Hex D1 30 6F 0 4D 2F 12 151 40 32
Octal 321 60 157 0 115 57 22 521 100 62
Binary 11010001 110000 1101111 0 1001101 101111 10010 101010001 1000000 110010

Color Harmonies of #D1306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1306F

Black with #D1306F

Text Example


Text Example

White with #D1306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1306F; }

 p { color: rgb(209,48,111); }

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

background-color css

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

 a { background-color: rgb(209,48,111); }

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

border-color css

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

 span { border-color: rgb(209,48,111); }

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