Html Css Color HEX #D1306E Cerise

📋 copy color: '#D1306E'

red 209 ◦ green 48 ◦ blue 110

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

Shades of Cerise #D1306E

Tints of Cerise #D1306E

RGB

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

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

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

R = 56.95%
G = 13.08%
B = 29.97%

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

#D1306E (or 0xD1306E) is known color: Cerise. HEX triplet: D1, 30 and 6E. RGB value is (209,48,110). Sum of RGB (Red+Green+Blue) = 209+48+110=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1306E is #2ECF91. Grayscale: #676767. Windows color (decimal): -3067794 or 7221457. OLE color: 7221457.

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

Color convert

RGB 209 48 110 -
CMYK 0 0.77 0.47 0.18
HSL 336.89º 0.64% 0.5% -
HSV(B) 336.89º 0.77% 0.82% -
XYZ 30.17 16.8 16.4 -
YUV 103.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 209 48 110 0 0.77 0.47 0.18 336.89 0.64 0.5
Hex D1 30 6E 0 4D 2F 12 151 40 32
Octal 321 60 156 0 115 57 22 521 100 62
Binary 11010001 110000 1101110 0 1001101 101111 10010 101010001 1000000 110010

Color Harmonies of #D1306E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1306E

Black with #D1306E

Text Example


Text Example

White with #D1306E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1306E; }

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

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

background-color css

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

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

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

border-color css

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

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

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