Html Css Color HEX #DD53AC Brilliant Rose

📋 copy color: '#DD53AC'

red 221 ◦ green 83 ◦ blue 172

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

Shades of Brilliant Rose #DD53AC

Tints of Brilliant Rose #DD53AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 46.43%
G = 17.44%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD53AC (or 0xDD53AC) is known color: Brilliant Rose. HEX triplet: DD, 53 and AC. RGB value is (221,83,172). Sum of RGB (Red+Green+Blue) = 221+83+172=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD53AC is #22AC53. Grayscale: #868686. Windows color (decimal): -2272340 or 11293661. OLE color: 11293661.

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

Color convert

RGB 221 83 172 -
CMYK 0 0.62 0.22 0.13
HSL 321.3º 0.67% 0.6% -
HSV(B) 321.3º 0.62% 0.87% -
XYZ 40.36 24.54 41.64 -
YUV 134.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 221 83 172 0 0.62 0.22 0.13 321.3 0.67 0.6
Hex DD 53 AC 0 3E 16 D 141 43 3C
Octal 335 123 254 0 76 26 15 501 103 74
Binary 11011101 1010011 10101100 0 111110 10110 1101 101000001 1000011 111100

Color Harmonies of #DD53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53AC

Black with #DD53AC

Text Example


Text Example

White with #DD53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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