Html Css Color HEX #D03D50 Old Rose

📋 copy color: '#D03D50'

red 208 ◦ green 61 ◦ blue 80

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

Shades of Old Rose #D03D50

Tints of Old Rose #D03D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

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

R = 59.6%
G = 17.48%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D03D50 (or 0xD03D50) is known color: Old Rose. HEX triplet: D0, 3D and 50. RGB value is (208,61,80). Sum of RGB (Red+Green+Blue) = 208+61+80=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D50 is #2FC2AF. Grayscale: #6B6B6B. Windows color (decimal): -3130032 or 5258704. OLE color: 5258704.

HSL color Cylindrical-coordinate representation of color #D03D50: hue angle of 352.24º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D50 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 61 80 -
CMYK 0 0.71 0.62 0.18
HSL 352.24º 0.61% 0.53% -
HSV(B) 352.24º 0.71% 0.82% -
XYZ 29.13 17.33 9.4 -
YUV 107.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 208 61 80 0 0.71 0.62 0.18 352.24 0.61 0.53
Hex D0 3D 50 0 47 3E 12 160 3D 35
Octal 320 75 120 0 107 76 22 540 75 65
Binary 11010000 111101 1010000 0 1000111 111110 10010 101100000 111101 110101

Color Harmonies of #D03D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D50

Black with #D03D50

Text Example


Text Example

White with #D03D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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