Html Css Color HEX #D1304F Old Rose

📋 copy color: '#D1304F'

red 209 ◦ green 48 ◦ blue 79

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

Shades of Old Rose #D1304F

Tints of Old Rose #D1304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 62.2%
G = 14.29%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1304F (or 0xD1304F) is known color: Old Rose. HEX triplet: D1, 30 and 4F. RGB value is (209,48,79). Sum of RGB (Red+Green+Blue) = 209+48+79=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1304F is #2ECFB0. Grayscale: #636363. Windows color (decimal): -3067825 or 5189841. OLE color: 5189841.

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

Color convert

RGB 209 48 79 -
CMYK 0 0.77 0.62 0.18
HSL 348.45º 0.64% 0.5% -
HSV(B) 348.45º 0.77% 0.82% -
XYZ 28.76 16.23 9.01 -
YUV 99.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 209 48 79 0 0.77 0.62 0.18 348.45 0.64 0.5
Hex D1 30 4F 0 4D 3E 12 15C 40 32
Octal 321 60 117 0 115 76 22 534 100 62
Binary 11010001 110000 1001111 0 1001101 111110 10010 101011100 1000000 110010

Color Harmonies of #D1304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1304F

Black with #D1304F

Text Example


Text Example

White with #D1304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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