Html Css Color HEX #D1294F Old Rose

📋 copy color: '#D1294F'

red 209 ◦ green 41 ◦ blue 79

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

Shades of Old Rose #D1294F

Tints of Old Rose #D1294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.46%

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

R = 63.53%
G = 12.46%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1294F (or 0xD1294F) is known color: Old Rose. HEX triplet: D1, 29 and 4F. RGB value is (209,41,79). Sum of RGB (Red+Green+Blue) = 209+41+79=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D1294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1294F is #2ED6B0. Grayscale: #5F5F5F. Windows color (decimal): -3069617 or 5188049. OLE color: 5188049.

HSL color Cylindrical-coordinate representation of color #D1294F: hue angle of 346.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1294F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 79 -
CMYK 0 0.80 0.62 0.18
HSL 346.43º 0.67% 0.49% -
HSV(B) 346.43º 0.8% 0.82% -
XYZ 28.5 15.71 8.93 -
YUV 95.56 118.66 208.91 -
System Red Green Blue C M Y K H S L
Decimal 209 41 79 0 0.80 0.62 0.18 346.43 0.67 0.49
Hex D1 29 4F 0 50 3E 12 15A 43 31
Octal 321 51 117 0 120 76 22 532 103 61
Binary 11010001 101001 1001111 0 1010000 111110 10010 101011010 1000011 110001

Color Harmonies of #D1294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1294F

Black with #D1294F

Text Example


Text Example

White with #D1294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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