Html Css Color HEX #D03150 Old Rose

📋 copy color: '#D03150'

red 208 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #D03150

Tints of Old Rose #D03150

RGB

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

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

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

R = 61.72%
G = 14.54%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D03150 (or 0xD03150) is known color: Old Rose. HEX triplet: D0, 31 and 50. RGB value is (208,49,80). Sum of RGB (Red+Green+Blue) = 208+49+80=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D03150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03150 is #2FCEAF. Grayscale: #646464. Windows color (decimal): -3133104 or 5255632. OLE color: 5255632.

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

Color convert

RGB 208 49 80 -
CMYK 0 0.76 0.62 0.18
HSL 348.3º 0.63% 0.5% -
HSV(B) 348.3º 0.76% 0.82% -
XYZ 28.56 16.19 9.21 -
YUV 100.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 208 49 80 0 0.76 0.62 0.18 348.3 0.63 0.5
Hex D0 31 50 0 4C 3E 12 15C 3F 32
Octal 320 61 120 0 114 76 22 534 77 62
Binary 11010000 110001 1010000 0 1001100 111110 10010 101011100 111111 110010

Color Harmonies of #D03150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03150

Black with #D03150

Text Example


Text Example

White with #D03150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03150; }

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

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

background-color css

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

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

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

border-color css

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

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

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