Html Css Color HEX #D02856 Old Rose

📋 copy color: '#D02856'

red 208 ◦ green 40 ◦ blue 86

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

Shades of Old Rose #D02856

Tints of Old Rose #D02856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 62.28%
G = 11.98%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D02856 (or 0xD02856) is known color: Old Rose. HEX triplet: D0, 28 and 56. RGB value is (208,40,86). Sum of RGB (Red+Green+Blue) = 208+40+86=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D02856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02856 is #2FD7A9. Grayscale: #5F5F5F. Windows color (decimal): -3135402 or 5646544. OLE color: 5646544.

HSL color Cylindrical-coordinate representation of color #D02856: hue angle of 343.57º 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 #D02856 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 86 -
CMYK 0 0.81 0.59 0.18
HSL 343.57º 0.68% 0.49% -
HSV(B) 343.57º 0.81% 0.82% -
XYZ 28.45 15.6 10.32 -
YUV 95.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 208 40 86 0 0.81 0.59 0.18 343.57 0.68 0.49
Hex D0 28 56 0 51 3B 12 158 44 31
Octal 320 50 126 0 121 73 22 530 104 61
Binary 11010000 101000 1010110 0 1010001 111011 10010 101011000 1000100 110001

Color Harmonies of #D02856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02856

Black with #D02856

Text Example


Text Example

White with #D02856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02856; }

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

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

background-color css

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

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

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

border-color css

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

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

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