Html Css Color HEX #DD55B0 Brilliant Rose

📋 copy color: '#DD55B0'

red 221 ◦ green 85 ◦ blue 176

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

Shades of Brilliant Rose #DD55B0

Tints of Brilliant Rose #DD55B0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.63%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 45.85%
G = 17.63%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD55B0 (or 0xDD55B0) is known color: Brilliant Rose. HEX triplet: DD, 55 and B0. RGB value is (221,85,176). Sum of RGB (Red+Green+Blue) = 221+85+176=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55B0 is #22AA4F. Grayscale: #878787. Windows color (decimal): -2271824 or 11556317. OLE color: 11556317.

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

Color convert

RGB 221 85 176 -
CMYK 0 0.62 0.20 0.13
HSL 319.85º 0.67% 0.6% -
HSV(B) 319.85º 0.62% 0.87% -
XYZ 40.9 25 43.74 -
YUV 136.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 221 85 176 0 0.62 0.20 0.13 319.85 0.67 0.6
Hex DD 55 B0 0 3E 14 D 140 43 3C
Octal 335 125 260 0 76 24 15 500 103 74
Binary 11011101 1010101 10110000 0 111110 10100 1101 101000000 1000011 111100

Color Harmonies of #DD55B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55B0

Black with #DD55B0

Text Example


Text Example

White with #DD55B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55B0; }

 p { color: rgb(221,85,176); }

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

background-color css

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

 a { background-color: rgb(221,85,176); }

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

border-color css

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

 span { border-color: rgb(221,85,176); }

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