#DD58AF

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

Shades of Brilliant Rose #DD58AF

Tints of Brilliant Rose #DD58AF

Color information

#DD58AF (or 0xDD58AF) is unknown color: approx Brilliant Rose. HEX triplet: DD, 58 and AF. RGB value is (221,88,175). Sum of RGB (Red+Green+Blue) = 221+88+175=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58AF is #22A750. Grayscale: #898989. Windows color (decimal): -2271057 or 11491549. OLE color: 11491549.

HSL color Cylindrical-coordinate representation of color #DD58AF: hue angle of 320.75º 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 #DD58AF is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22188175-
CMYK00.600.210.13
HSL320.75º66.17%60.59%-
HSV(B)320.75º60.18%86.67%-
XYZ41.0525.4543.31-
YUV137.68149.06187.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 88 (34.77% from 255) = 18.18%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=45.66%
G=18.18%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218817500.600.210.13320.7566.1760.59
HexDD58AF03C15D141423d
Octal335130257074251550110275
Binary1101110110110001010111101111001010111011010000011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD58AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD58AF; }

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

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

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

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

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

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

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

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