Html Css Color HEX #D02D50 Old Rose

📋 copy color: '#D02D50'

red 208 ◦ green 45 ◦ blue 80

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

Shades of Old Rose #D02D50

Tints of Old Rose #D02D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

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

R = 62.46%
G = 13.51%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D02D50 (or 0xD02D50) is known color: Old Rose. HEX triplet: D0, 2D and 50. RGB value is (208,45,80). Sum of RGB (Red+Green+Blue) = 208+45+80=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D50 is #2FD2AF. Grayscale: #616161. Windows color (decimal): -3134128 or 5254608. OLE color: 5254608.

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

Color convert

RGB 208 45 80 -
CMYK 0 0.78 0.62 0.18
HSL 347.12º 0.64% 0.5% -
HSV(B) 347.12º 0.78% 0.82% -
XYZ 28.4 15.87 9.16 -
YUV 97.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 208 45 80 0 0.78 0.62 0.18 347.12 0.64 0.5
Hex D0 2D 50 0 4E 3E 12 15B 40 32
Octal 320 55 120 0 116 76 22 533 100 62
Binary 11010000 101101 1010000 0 1001110 111110 10010 101011011 1000000 110010

Color Harmonies of #D02D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D50

Black with #D02D50

Text Example


Text Example

White with #D02D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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