Html Css Color HEX #DF54A0 Brilliant Rose

📋 copy color: '#DF54A0'

red 223 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #DF54A0

Tints of Brilliant Rose #DF54A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.99%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 47.75%
G = 17.99%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF54A0 (or 0xDF54A0) is known color: Brilliant Rose. HEX triplet: DF, 54 and A0. RGB value is (223,84,160). Sum of RGB (Red+Green+Blue) = 223+84+160=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54A0 is #20AB5F. Grayscale: #868686. Windows color (decimal): -2141024 or 10507487. OLE color: 10507487.

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

Color convert

RGB 223 84 160 -
CMYK 0 0.62 0.28 0.13
HSL 327.19º 0.68% 0.6% -
HSV(B) 327.19º 0.62% 0.87% -
XYZ 39.95 24.57 35.89 -
YUV 134.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 223 84 160 0 0.62 0.28 0.13 327.19 0.68 0.6
Hex DF 54 A0 0 3E 1C D 147 44 3C
Octal 337 124 240 0 76 34 15 507 104 74
Binary 11011111 1010100 10100000 0 111110 11100 1101 101000111 1000100 111100

Color Harmonies of #DF54A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF54A0

Black with #DF54A0

Text Example


Text Example

White with #DF54A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF54A0; }

 p { color: rgb(223,84,160); }

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

background-color css

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

 a { background-color: rgb(223,84,160); }

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

border-color css

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

 span { border-color: rgb(223,84,160); }

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