Html Css Color HEX #DD58A9 Brilliant Rose

📋 copy color: '#DD58A9'

red 221 ◦ green 88 ◦ blue 169

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

Shades of Brilliant Rose #DD58A9

Tints of Brilliant Rose #DD58A9

RGB

 RED value IS 221 (86.72% from 255) = 46.23%

 GREEN value IS 88 (34.77% from 255) = 18.41%

 BLUE value IS 169 (66.41% from 255) = 35.36%

R = 46.23%
G = 18.41%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD58A9 (or 0xDD58A9) is known color: Brilliant Rose. HEX triplet: DD, 58 and A9. RGB value is (221,88,169). Sum of RGB (Red+Green+Blue) = 221+88+169=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD58A9 is #22A756. Grayscale: #888888. Windows color (decimal): -2271063 or 11098333. OLE color: 11098333.

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

Color convert

RGB 221 88 169 -
CMYK 0 0.60 0.24 0.13
HSL 323.46º 0.66% 0.61% -
HSV(B) 323.46º 0.6% 0.87% -
XYZ 40.47 25.22 40.27 -
YUV 137 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 221 88 169 0 0.60 0.24 0.13 323.46 0.66 0.61
Hex DD 58 A9 0 3C 18 D 143 42 3D
Octal 335 130 251 0 74 30 15 503 102 75
Binary 11011101 1011000 10101001 0 111100 11000 1101 101000011 1000010 111101

Color Harmonies of #DD58A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58A9

Black with #DD58A9

Text Example


Text Example

White with #DD58A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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