Html Css Color HEX #D02050 Old Rose

📋 copy color: '#D02050'

red 208 ◦ green 32 ◦ blue 80

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

Shades of Old Rose #D02050

Tints of Old Rose #D02050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

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

R = 65%
G = 10%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D02050 (or 0xD02050) is known color: Old Rose. HEX triplet: D0, 20 and 50. RGB value is (208,32,80). Sum of RGB (Red+Green+Blue) = 208+32+80=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D02050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02050 is #2FDFAF. Grayscale: #5A5A5A. Windows color (decimal): -3137456 or 5251280. OLE color: 5251280.

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

Color convert

RGB 208 32 80 -
CMYK 0 0.85 0.62 0.18
HSL 343.64º 0.73% 0.47% -
HSV(B) 343.64º 0.85% 0.82% -
XYZ 27.98 15.02 9.01 -
YUV 90.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 208 32 80 0 0.85 0.62 0.18 343.64 0.73 0.47
Hex D0 20 50 0 55 3E 12 158 49 2F
Octal 320 40 120 0 125 76 22 530 111 57
Binary 11010000 100000 1010000 0 1010101 111110 10010 101011000 1001001 101111

Color Harmonies of #D02050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02050

Black with #D02050

Text Example


Text Example

White with #D02050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02050; }

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

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

background-color css

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

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

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

border-color css

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

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

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