Html Css Color HEX #DD48AC Brilliant Rose

📋 copy color: '#DD48AC'

red 221 ◦ green 72 ◦ blue 172

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

Shades of Brilliant Rose #DD48AC

Tints of Brilliant Rose #DD48AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.48%

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

R = 47.53%
G = 15.48%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD48AC (or 0xDD48AC) is known color: Brilliant Rose. HEX triplet: DD, 48 and AC. RGB value is (221,72,172). Sum of RGB (Red+Green+Blue) = 221+72+172=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD48AC is #22B753. Grayscale: #7F7F7F. Windows color (decimal): -2275156 or 11290845. OLE color: 11290845.

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

Color convert

RGB 221 72 172 -
CMYK 0 0.67 0.22 0.13
HSL 319.73º 0.69% 0.57% -
HSV(B) 319.73º 0.67% 0.87% -
XYZ 39.58 22.99 41.38 -
YUV 127.95 152.86 194.37 -
System Red Green Blue C M Y K H S L
Decimal 221 72 172 0 0.67 0.22 0.13 319.73 0.69 0.57
Hex DD 48 AC 0 43 16 D 140 45 39
Octal 335 110 254 0 103 26 15 500 105 71
Binary 11011101 1001000 10101100 0 1000011 10110 1101 101000000 1000101 111001

Color Harmonies of #DD48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48AC

Black with #DD48AC

Text Example


Text Example

White with #DD48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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