Html Css Color HEX #DD56AC Brilliant Rose

📋 copy color: '#DD56AC'

red 221 ◦ green 86 ◦ blue 172

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

Shades of Brilliant Rose #DD56AC

Tints of Brilliant Rose #DD56AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.95%

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

R = 46.14%
G = 17.95%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD56AC (or 0xDD56AC) is known color: Brilliant Rose. HEX triplet: DD, 56 and AC. RGB value is (221,86,172). Sum of RGB (Red+Green+Blue) = 221+86+172=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56AC is #22A953. Grayscale: #878787. Windows color (decimal): -2271572 or 11294429. OLE color: 11294429.

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

Color convert

RGB 221 86 172 -
CMYK 0 0.61 0.22 0.13
HSL 321.78º 0.67% 0.6% -
HSV(B) 321.78º 0.61% 0.87% -
XYZ 40.59 25.01 41.72 -
YUV 136.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 221 86 172 0 0.61 0.22 0.13 321.78 0.67 0.6
Hex DD 56 AC 0 3D 16 D 142 43 3C
Octal 335 126 254 0 75 26 15 502 103 74
Binary 11011101 1010110 10101100 0 111101 10110 1101 101000010 1000011 111100

Color Harmonies of #DD56AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56AC

Black with #DD56AC

Text Example


Text Example

White with #DD56AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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