#DD58B0

Color #DD58B0 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DD58B0

Tints of Brilliant Rose #DD58B0

Color information

#DD58B0 (or 0xDD58B0) is unknown color: approx Brilliant Rose. HEX triplet: DD, 58 and B0. RGB value is (221,88,176). Sum of RGB (Red+Green+Blue) = 221+88+176=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58B0 is #22A74F. Grayscale: #898989. Windows color (decimal): -2271056 or 11557085. OLE color: 11557085.

HSL color Cylindrical-coordinate representation of color #DD58B0: hue angle of 320.3º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD58B0 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22188176-
CMYK00.600.200.13
HSL320.3º66.17%60.59%-
HSV(B)320.3º60.18%86.67%-
XYZ41.1425.4943.83-
YUV137.8149.56187.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=45.57%
G=18.14%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218817600.600.200.13320.366.1760.59
HexDD58B003C14D140423d
Octal335130260074241550010275
Binary1101110110110001011000001111001010011011010000001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD58B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD58B0; }

 p { color: rgb(221,88,176); }

 H1.HeaderClassName
 {
   color: #DD58B0;
 }
 .AnyTagClassName
 {
   color: #DD58B0;
 }
</style>
background-color css

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

 a { background-color: rgb(221,88,176); }

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

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

 span { border-color: rgb(221,88,176); }

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