Html Css Color HEX #DF48AC Brilliant Rose

📋 copy color: '#DF48AC'

red 223 ◦ green 72 ◦ blue 172

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

Shades of Brilliant Rose #DF48AC

Tints of Brilliant Rose #DF48AC

RGB

 RED value IS 223 (87.5% from 255) = 47.75%

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

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

R = 47.75%
G = 15.42%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF48AC (or 0xDF48AC) is known color: Brilliant Rose. HEX triplet: DF, 48 and AC. RGB value is (223,72,172). Sum of RGB (Red+Green+Blue) = 223+72+172=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48AC is #20B753. Grayscale: #808080. Windows color (decimal): -2144084 or 11290847. OLE color: 11290847.

HSL color Cylindrical-coordinate representation of color #DF48AC: hue angle of 320.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48AC is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 172 -
CMYK 0 0.68 0.23 0.13
HSL 320.26º 0.7% 0.58% -
HSV(B) 320.26º 0.68% 0.87% -
XYZ 40.2 23.3 41.41 -
YUV 128.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 223 72 172 0 0.68 0.23 0.13 320.26 0.7 0.58
Hex DF 48 AC 0 44 17 D 140 46 3A
Octal 337 110 254 0 104 27 15 500 106 72
Binary 11011111 1001000 10101100 0 1000100 10111 1101 101000000 1000110 111010

Color Harmonies of #DF48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48AC

Black with #DF48AC

Text Example


Text Example

White with #DF48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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