Html Css Color HEX #D12154 Old Rose

📋 copy color: '#D12154'

red 209 ◦ green 33 ◦ blue 84

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

Shades of Old Rose #D12154

Tints of Old Rose #D12154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 64.11%
G = 10.12%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12154 (or 0xD12154) is known color: Old Rose. HEX triplet: D1, 21 and 54. RGB value is (209,33,84). Sum of RGB (Red+Green+Blue) = 209+33+84=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D12154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12154 is #2EDEAB. Grayscale: #5B5B5B. Windows color (decimal): -3071660 or 5513681. OLE color: 5513681.

HSL color Cylindrical-coordinate representation of color #D12154: hue angle of 342.61º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12154 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 84 -
CMYK 0 0.84 0.60 0.18
HSL 342.61º 0.73% 0.47% -
HSV(B) 342.61º 0.84% 0.82% -
XYZ 28.44 15.28 9.84 -
YUV 91.44 123.81 211.85 -
System Red Green Blue C M Y K H S L
Decimal 209 33 84 0 0.84 0.60 0.18 342.61 0.73 0.47
Hex D1 21 54 0 54 3C 12 157 49 2F
Octal 321 41 124 0 124 74 22 527 111 57
Binary 11010001 100001 1010100 0 1010100 111100 10010 101010111 1001001 101111

Color Harmonies of #D12154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12154

Black with #D12154

Text Example


Text Example

White with #D12154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12154; }

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

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

background-color css

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

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

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

border-color css

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

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

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