Html Css Color HEX #D02151 Old Rose

📋 copy color: '#D02151'

red 208 ◦ green 33 ◦ blue 81

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

Shades of Old Rose #D02151

Tints of Old Rose #D02151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 64.6%
G = 10.25%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D02151 (or 0xD02151) is known color: Old Rose. HEX triplet: D0, 21 and 51. RGB value is (208,33,81). Sum of RGB (Red+Green+Blue) = 208+33+81=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D02151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02151 is #2FDEAE. Grayscale: #5A5A5A. Windows color (decimal): -3137199 or 5317072. OLE color: 5317072.

HSL color Cylindrical-coordinate representation of color #D02151: hue angle of 343.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02151 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 81 -
CMYK 0 0.84 0.61 0.18
HSL 343.54º 0.73% 0.47% -
HSV(B) 343.54º 0.84% 0.82% -
XYZ 28.04 15.09 9.22 -
YUV 90.8 122.48 211.6 -
System Red Green Blue C M Y K H S L
Decimal 208 33 81 0 0.84 0.61 0.18 343.54 0.73 0.47
Hex D0 21 51 0 54 3D 12 158 49 2F
Octal 320 41 121 0 124 75 22 530 111 57
Binary 11010000 100001 1010001 0 1010100 111101 10010 101011000 1001001 101111

Color Harmonies of #D02151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02151

Black with #D02151

Text Example


Text Example

White with #D02151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02151; }

 p { color: rgb(208,33,81); }

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

background-color css

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

 a { background-color: rgb(208,33,81); }

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

border-color css

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

 span { border-color: rgb(208,33,81); }

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