Html Css Color HEX #DD53B0 Brilliant Rose

📋 copy color: '#DD53B0'

red 221 ◦ green 83 ◦ blue 176

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

Shades of Brilliant Rose #DD53B0

Tints of Brilliant Rose #DD53B0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.29%

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

R = 46.04%
G = 17.29%
B = 36.67%

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

#DD53B0 (or 0xDD53B0) is known color: Brilliant Rose. HEX triplet: DD, 53 and B0. RGB value is (221,83,176). Sum of RGB (Red+Green+Blue) = 221+83+176=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53B0 is #22AC4F. Grayscale: #868686. Windows color (decimal): -2272336 or 11555805. OLE color: 11555805.

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

Color convert

RGB 221 83 176 -
CMYK 0 0.62 0.20 0.13
HSL 319.57º 0.67% 0.6% -
HSV(B) 319.57º 0.62% 0.87% -
XYZ 40.75 24.69 43.69 -
YUV 134.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 221 83 176 0 0.62 0.20 0.13 319.57 0.67 0.6
Hex DD 53 B0 0 3E 14 D 140 43 3C
Octal 335 123 260 0 76 24 15 500 103 74
Binary 11011101 1010011 10110000 0 111110 10100 1101 101000000 1000011 111100

Color Harmonies of #DD53B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53B0

Black with #DD53B0

Text Example


Text Example

White with #DD53B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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