Html Css Color HEX #D03154 Old Rose

📋 copy color: '#D03154'

red 208 ◦ green 49 ◦ blue 84

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

Shades of Old Rose #D03154

Tints of Old Rose #D03154

RGB

 RED value IS 208 (81.64% from 255) = 61%

 GREEN value IS 49 (19.53% from 255) = 14.37%

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

R = 61%
G = 14.37%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D03154 (or 0xD03154) is known color: Old Rose. HEX triplet: D0, 31 and 54. RGB value is (208,49,84). Sum of RGB (Red+Green+Blue) = 208+49+84=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D03154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03154 is #2FCEAB. Grayscale: #646464. Windows color (decimal): -3133100 or 5517776. OLE color: 5517776.

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

Color convert

RGB 208 49 84 -
CMYK 0 0.76 0.60 0.18
HSL 346.79º 0.63% 0.5% -
HSV(B) 346.79º 0.76% 0.82% -
XYZ 28.71 16.25 10.01 -
YUV 100.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 208 49 84 0 0.76 0.60 0.18 346.79 0.63 0.5
Hex D0 31 54 0 4C 3C 12 15B 3F 32
Octal 320 61 124 0 114 74 22 533 77 62
Binary 11010000 110001 1010100 0 1001100 111100 10010 101011011 111111 110010

Color Harmonies of #D03154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03154

Black with #D03154

Text Example


Text Example

White with #D03154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03154; }

 p { color: rgb(208,49,84); }

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

background-color css

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

 a { background-color: rgb(208,49,84); }

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

border-color css

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

 span { border-color: rgb(208,49,84); }

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