Html Css Color HEX #D02850 Old Rose

📋 copy color: '#D02850'

red 208 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #D02850

Tints of Old Rose #D02850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

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

R = 63.41%
G = 12.2%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D02850 (or 0xD02850) is known color: Old Rose. HEX triplet: D0, 28 and 50. RGB value is (208,40,80). Sum of RGB (Red+Green+Blue) = 208+40+80=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D02850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02850 is #2FD7AF. Grayscale: #5E5E5E. Windows color (decimal): -3135408 or 5253328. OLE color: 5253328.

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

Color convert

RGB 208 40 80 -
CMYK 0 0.81 0.62 0.18
HSL 345.71º 0.68% 0.49% -
HSV(B) 345.71º 0.81% 0.82% -
XYZ 28.22 15.51 9.1 -
YUV 94.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 208 40 80 0 0.81 0.62 0.18 345.71 0.68 0.49
Hex D0 28 50 0 51 3E 12 15A 44 31
Octal 320 50 120 0 121 76 22 532 104 61
Binary 11010000 101000 1010000 0 1010001 111110 10010 101011010 1000100 110001

Color Harmonies of #D02850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02850

Black with #D02850

Text Example


Text Example

White with #D02850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02850; }

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

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

background-color css

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

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

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

border-color css

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

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

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