Html Css Color HEX #D1234E Old Rose

📋 copy color: '#D1234E'

red 209 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #D1234E

Tints of Old Rose #D1234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

 BLUE value IS 78 (30.86% from 255) = 24.22%

R = 64.91%
G = 10.87%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1234E (or 0xD1234E) is known color: Old Rose. HEX triplet: D1, 23 and 4E. RGB value is (209,35,78). Sum of RGB (Red+Green+Blue) = 209+35+78=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1234E is #2EDCB1. Grayscale: #5B5B5B. Windows color (decimal): -3071154 or 5120977. OLE color: 5120977.

HSL color Cylindrical-coordinate representation of color #D1234E: hue angle of 345.17º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1234E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 78 -
CMYK 0 0.83 0.63 0.18
HSL 345.17º 0.71% 0.48% -
HSV(B) 345.17º 0.83% 0.82% -
XYZ 28.27 15.31 8.67 -
YUV 91.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 209 35 78 0 0.83 0.63 0.18 345.17 0.71 0.48
Hex D1 23 4E 0 53 3F 12 159 47 30
Octal 321 43 116 0 123 77 22 531 107 60
Binary 11010001 100011 1001110 0 1010011 111111 10010 101011001 1000111 110000

Color Harmonies of #D1234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1234E

Black with #D1234E

Text Example


Text Example

White with #D1234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1234E; }

 p { color: rgb(209,35,78); }

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

background-color css

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

 a { background-color: rgb(209,35,78); }

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

border-color css

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

 span { border-color: rgb(209,35,78); }

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