Html Css Color HEX #D1306B Cerise

📋 copy color: '#D1306B'

red 209 ◦ green 48 ◦ blue 107

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

Shades of Cerise #D1306B

Tints of Cerise #D1306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 57.42%
G = 13.19%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1306B (or 0xD1306B) is known color: Cerise. HEX triplet: D1, 30 and 6B. RGB value is (209,48,107). Sum of RGB (Red+Green+Blue) = 209+48+107=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1306B is #2ECF94. Grayscale: #666666. Windows color (decimal): -3067797 or 7024849. OLE color: 7024849.

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

Color convert

RGB 209 48 107 -
CMYK 0 0.77 0.49 0.18
HSL 338.01º 0.64% 0.5% -
HSV(B) 338.01º 0.77% 0.82% -
XYZ 30.01 16.73 15.56 -
YUV 102.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 209 48 107 0 0.77 0.49 0.18 338.01 0.64 0.5
Hex D1 30 6B 0 4D 31 12 152 40 32
Octal 321 60 153 0 115 61 22 522 100 62
Binary 11010001 110000 1101011 0 1001101 110001 10010 101010010 1000000 110010

Color Harmonies of #D1306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1306B

Black with #D1306B

Text Example


Text Example

White with #D1306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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