Html Css Color HEX #DD56A6 Brilliant Rose

📋 copy color: '#DD56A6'

red 221 ◦ green 86 ◦ blue 166

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

Shades of Brilliant Rose #DD56A6

Tints of Brilliant Rose #DD56A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 46.72%
G = 18.18%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD56A6 (or 0xDD56A6) is known color: Brilliant Rose. HEX triplet: DD, 56 and A6. RGB value is (221,86,166). Sum of RGB (Red+Green+Blue) = 221+86+166=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A6 is #22A959. Grayscale: #878787. Windows color (decimal): -2271578 or 10901213. OLE color: 10901213.

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

Color convert

RGB 221 86 166 -
CMYK 0 0.61 0.25 0.13
HSL 324.44º 0.67% 0.6% -
HSV(B) 324.44º 0.61% 0.87% -
XYZ 40.03 24.78 38.75 -
YUV 135.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 221 86 166 0 0.61 0.25 0.13 324.44 0.67 0.6
Hex DD 56 A6 0 3D 19 D 144 43 3C
Octal 335 126 246 0 75 31 15 504 103 74
Binary 11011101 1010110 10100110 0 111101 11001 1101 101000100 1000011 111100

Color Harmonies of #DD56A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56A6

Black with #DD56A6

Text Example


Text Example

White with #DD56A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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