Html Css Color HEX #D12150 Old Rose

📋 copy color: '#D12150'

red 209 ◦ green 33 ◦ blue 80

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

Shades of Old Rose #D12150

Tints of Old Rose #D12150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 64.91%
G = 10.25%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D12150 (or 0xD12150) is known color: Old Rose. HEX triplet: D1, 21 and 50. RGB value is (209,33,80). Sum of RGB (Red+Green+Blue) = 209+33+80=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D12150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12150 is #2EDEAF. Grayscale: #5A5A5A. Windows color (decimal): -3071664 or 5251537. OLE color: 5251537.

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

Color convert

RGB 209 33 80 -
CMYK 0 0.84 0.62 0.18
HSL 343.98º 0.73% 0.47% -
HSV(B) 343.98º 0.84% 0.82% -
XYZ 28.29 15.22 9.04 -
YUV 90.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 209 33 80 0 0.84 0.62 0.18 343.98 0.73 0.47
Hex D1 21 50 0 54 3E 12 158 49 2F
Octal 321 41 120 0 124 76 22 530 111 57
Binary 11010001 100001 1010000 0 1010100 111110 10010 101011000 1001001 101111

Color Harmonies of #D12150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12150

Black with #D12150

Text Example


Text Example

White with #D12150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12150; }

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

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

background-color css

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

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

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

border-color css

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

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

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