Html Css Color HEX #DD56B2 Brilliant Rose

📋 copy color: '#DD56B2'

red 221 ◦ green 86 ◦ blue 178

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

Shades of Brilliant Rose #DD56B2

Tints of Brilliant Rose #DD56B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 45.57%
G = 17.73%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD56B2 (or 0xDD56B2) is known color: Brilliant Rose. HEX triplet: DD, 56 and B2. RGB value is (221,86,178). Sum of RGB (Red+Green+Blue) = 221+86+178=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56B2 is #22A94D. Grayscale: #888888. Windows color (decimal): -2271566 or 11687645. OLE color: 11687645.

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

Color convert

RGB 221 86 178 -
CMYK 0 0.61 0.19 0.13
HSL 319.11º 0.67% 0.6% -
HSV(B) 319.11º 0.61% 0.87% -
XYZ 41.18 25.24 44.82 -
YUV 136.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 221 86 178 0 0.61 0.19 0.13 319.11 0.67 0.6
Hex DD 56 B2 0 3D 13 D 13F 43 3C
Octal 335 126 262 0 75 23 15 477 103 74
Binary 11011101 1010110 10110010 0 111101 10011 1101 100111111 1000011 111100

Color Harmonies of #DD56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56B2

Black with #DD56B2

Text Example


Text Example

White with #DD56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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