Html Css Color HEX #DF52AC Brilliant Rose

📋 copy color: '#DF52AC'

red 223 ◦ green 82 ◦ blue 172

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

Shades of Brilliant Rose #DF52AC

Tints of Brilliant Rose #DF52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.19%

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

R = 46.75%
G = 17.19%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF52AC (or 0xDF52AC) is known color: Brilliant Rose. HEX triplet: DF, 52 and AC. RGB value is (223,82,172). Sum of RGB (Red+Green+Blue) = 223+82+172=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF52AC is #20AD53. Grayscale: #868686. Windows color (decimal): -2141524 or 11293407. OLE color: 11293407.

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

Color convert

RGB 223 82 172 -
CMYK 0 0.63 0.23 0.13
HSL 321.7º 0.69% 0.6% -
HSV(B) 321.7º 0.63% 0.87% -
XYZ 40.9 24.7 41.64 -
YUV 134.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 223 82 172 0 0.63 0.23 0.13 321.7 0.69 0.6
Hex DF 52 AC 0 3F 17 D 142 45 3C
Octal 337 122 254 0 77 27 15 502 105 74
Binary 11011111 1010010 10101100 0 111111 10111 1101 101000010 1000101 111100

Color Harmonies of #DF52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52AC

Black with #DF52AC

Text Example


Text Example

White with #DF52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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