Html Css Color HEX #D12354 Old Rose

📋 copy color: '#D12354'

red 209 ◦ green 35 ◦ blue 84

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

Shades of Old Rose #D12354

Tints of Old Rose #D12354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.61%

R = 63.72%
G = 10.67%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12354 (or 0xD12354) is known color: Old Rose. HEX triplet: D1, 23 and 54. RGB value is (209,35,84). Sum of RGB (Red+Green+Blue) = 209+35+84=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D12354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12354 is #2EDCAB. Grayscale: #5C5C5C. Windows color (decimal): -3071148 or 5514193. OLE color: 5514193.

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

Color convert

RGB 209 35 84 -
CMYK 0 0.83 0.60 0.18
HSL 343.1º 0.71% 0.48% -
HSV(B) 343.1º 0.83% 0.82% -
XYZ 28.5 15.4 9.86 -
YUV 92.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 209 35 84 0 0.83 0.60 0.18 343.1 0.71 0.48
Hex D1 23 54 0 53 3C 12 157 47 30
Octal 321 43 124 0 123 74 22 527 107 60
Binary 11010001 100011 1010100 0 1010011 111100 10010 101010111 1000111 110000

Color Harmonies of #D12354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12354

Black with #D12354

Text Example


Text Example

White with #D12354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12354; }

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

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

background-color css

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

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

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

border-color css

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

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

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