Html Css Color HEX #D03052 Old Rose

📋 copy color: '#D03052'

red 208 ◦ green 48 ◦ blue 82

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

Shades of Old Rose #D03052

Tints of Old Rose #D03052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 61.54%
G = 14.2%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D03052 (or 0xD03052) is known color: Old Rose. HEX triplet: D0, 30 and 52. RGB value is (208,48,82). Sum of RGB (Red+Green+Blue) = 208+48+82=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D03052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03052 is #2FCFAD. Grayscale: #636363. Windows color (decimal): -3133358 or 5386448. OLE color: 5386448.

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

Color convert

RGB 208 48 82 -
CMYK 0 0.77 0.61 0.18
HSL 347.25º 0.63% 0.5% -
HSV(B) 347.25º 0.77% 0.82% -
XYZ 28.59 16.13 9.59 -
YUV 99.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 208 48 82 0 0.77 0.61 0.18 347.25 0.63 0.5
Hex D0 30 52 0 4D 3D 12 15B 3F 32
Octal 320 60 122 0 115 75 22 533 77 62
Binary 11010000 110000 1010010 0 1001101 111101 10010 101011011 111111 110010

Color Harmonies of #D03052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03052

Black with #D03052

Text Example


Text Example

White with #D03052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03052; }

 p { color: rgb(208,48,82); }

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

background-color css

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

 a { background-color: rgb(208,48,82); }

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

border-color css

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

 span { border-color: rgb(208,48,82); }

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