Html Css Color HEX #DD51AC Brilliant Rose

📋 copy color: '#DD51AC'

red 221 ◦ green 81 ◦ blue 172

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

Shades of Brilliant Rose #DD51AC

Tints of Brilliant Rose #DD51AC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.09%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 46.62%
G = 17.09%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD51AC (or 0xDD51AC) is known color: Brilliant Rose. HEX triplet: DD, 51 and AC. RGB value is (221,81,172). Sum of RGB (Red+Green+Blue) = 221+81+172=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51AC is #22AE53. Grayscale: #858585. Windows color (decimal): -2272852 or 11293149. OLE color: 11293149.

HSL color Cylindrical-coordinate representation of color #DD51AC: hue angle of 321º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51AC is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 172 -
CMYK 0 0.63 0.22 0.13
HSL 321º 0.67% 0.59% -
HSV(B) 321º 0.63% 0.87% -
XYZ 40.21 24.24 41.59 -
YUV 133.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 221 81 172 0 0.63 0.22 0.13 321 0.67 0.59
Hex DD 51 AC 0 3F 16 D 141 43 3B
Octal 335 121 254 0 77 26 15 501 103 73
Binary 11011101 1010001 10101100 0 111111 10110 1101 101000001 1000011 111011

Color Harmonies of #DD51AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51AC

Black with #DD51AC

Text Example


Text Example

White with #DD51AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51AC; }

 p { color: rgb(221,81,172); }

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

background-color css

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

 a { background-color: rgb(221,81,172); }

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

border-color css

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

 span { border-color: rgb(221,81,172); }

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