Html Css Color HEX #D02F50 Old Rose

📋 copy color: '#D02F50'

red 208 ◦ green 47 ◦ blue 80

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

Shades of Old Rose #D02F50

Tints of Old Rose #D02F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.03%

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

R = 62.09%
G = 14.03%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D02F50 (or 0xD02F50) is known color: Old Rose. HEX triplet: D0, 2F and 50. RGB value is (208,47,80). Sum of RGB (Red+Green+Blue) = 208+47+80=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F50 is #2FD0AF. Grayscale: #626262. Windows color (decimal): -3133616 or 5255120. OLE color: 5255120.

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

Color convert

RGB 208 47 80 -
CMYK 0 0.77 0.62 0.18
HSL 347.7º 0.63% 0.5% -
HSV(B) 347.7º 0.77% 0.82% -
XYZ 28.48 16.02 9.18 -
YUV 98.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 208 47 80 0 0.77 0.62 0.18 347.7 0.63 0.5
Hex D0 2F 50 0 4D 3E 12 15C 3F 32
Octal 320 57 120 0 115 76 22 534 77 62
Binary 11010000 101111 1010000 0 1001101 111110 10010 101011100 111111 110010

Color Harmonies of #D02F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F50

Black with #D02F50

Text Example


Text Example

White with #D02F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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