Html Css Color HEX #DD56AA Brilliant Rose

📋 copy color: '#DD56AA'

red 221 ◦ green 86 ◦ blue 170

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

Shades of Brilliant Rose #DD56AA

Tints of Brilliant Rose #DD56AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 46.33%
G = 18.03%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD56AA (or 0xDD56AA) is known color: Brilliant Rose. HEX triplet: DD, 56 and AA. RGB value is (221,86,170). Sum of RGB (Red+Green+Blue) = 221+86+170=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56AA is #22A955. Grayscale: #878787. Windows color (decimal): -2271574 or 11163357. OLE color: 11163357.

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

Color convert

RGB 221 86 170 -
CMYK 0 0.61 0.23 0.13
HSL 322.67º 0.67% 0.6% -
HSV(B) 322.67º 0.61% 0.87% -
XYZ 40.4 24.93 40.71 -
YUV 135.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 221 86 170 0 0.61 0.23 0.13 322.67 0.67 0.6
Hex DD 56 AA 0 3D 17 D 143 43 3C
Octal 335 126 252 0 75 27 15 503 103 74
Binary 11011101 1010110 10101010 0 111101 10111 1101 101000011 1000011 111100

Color Harmonies of #DD56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56AA

Black with #DD56AA

Text Example


Text Example

White with #DD56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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