Html Css Color HEX #D02052 Old Rose

📋 copy color: '#D02052'

red 208 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #D02052

Tints of Old Rose #D02052

RGB

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

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

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

R = 64.6%
G = 9.94%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D02052 (or 0xD02052) is known color: Old Rose. HEX triplet: D0, 20 and 52. RGB value is (208,32,82). Sum of RGB (Red+Green+Blue) = 208+32+82=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D02052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02052 is #2FDFAD. Grayscale: #5A5A5A. Windows color (decimal): -3137454 or 5382352. OLE color: 5382352.

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

Color convert

RGB 208 32 82 -
CMYK 0 0.85 0.61 0.18
HSL 342.95º 0.73% 0.47% -
HSV(B) 342.95º 0.85% 0.82% -
XYZ 28.05 15.05 9.41 -
YUV 90.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 208 32 82 0 0.85 0.61 0.18 342.95 0.73 0.47
Hex D0 20 52 0 55 3D 12 157 49 2F
Octal 320 40 122 0 125 75 22 527 111 57
Binary 11010000 100000 1010010 0 1010101 111101 10010 101010111 1001001 101111

Color Harmonies of #D02052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02052

Black with #D02052

Text Example


Text Example

White with #D02052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02052; }

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

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

background-color css

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

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

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

border-color css

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

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

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