Html Css Color HEX #DF55AC Brilliant Rose

📋 copy color: '#DF55AC'

red 223 ◦ green 85 ◦ blue 172

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

Shades of Brilliant Rose #DF55AC

Tints of Brilliant Rose #DF55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.71%

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

R = 46.46%
G = 17.71%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF55AC (or 0xDF55AC) is known color: Brilliant Rose. HEX triplet: DF, 55 and AC. RGB value is (223,85,172). Sum of RGB (Red+Green+Blue) = 223+85+172=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55AC is #20AA53. Grayscale: #878787. Windows color (decimal): -2140756 or 11294175. OLE color: 11294175.

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

Color convert

RGB 223 85 172 -
CMYK 0 0.62 0.23 0.13
HSL 322.17º 0.68% 0.6% -
HSV(B) 322.17º 0.62% 0.87% -
XYZ 41.13 25.16 41.72 -
YUV 136.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 223 85 172 0 0.62 0.23 0.13 322.17 0.68 0.6
Hex DF 55 AC 0 3E 17 D 142 44 3C
Octal 337 125 254 0 76 27 15 502 104 74
Binary 11011111 1010101 10101100 0 111110 10111 1101 101000010 1000100 111100

Color Harmonies of #DF55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF55AC

Black with #DF55AC

Text Example


Text Example

White with #DF55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF55AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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