Html Css Color HEX #DF54B0 Brilliant Rose

📋 copy color: '#DF54B0'

red 223 ◦ green 84 ◦ blue 176

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

Shades of Brilliant Rose #DF54B0

Tints of Brilliant Rose #DF54B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.44%

R = 46.17%
G = 17.39%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF54B0 (or 0xDF54B0) is known color: Brilliant Rose. HEX triplet: DF, 54 and B0. RGB value is (223,84,176). Sum of RGB (Red+Green+Blue) = 223+84+176=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54B0 is #20AB4F. Grayscale: #878787. Windows color (decimal): -2141008 or 11556063. OLE color: 11556063.

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

Color convert

RGB 223 84 176 -
CMYK 0 0.62 0.21 0.13
HSL 320.29º 0.68% 0.6% -
HSV(B) 320.29º 0.62% 0.87% -
XYZ 41.44 25.16 43.75 -
YUV 136.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 223 84 176 0 0.62 0.21 0.13 320.29 0.68 0.6
Hex DF 54 B0 0 3E 15 D 140 44 3C
Octal 337 124 260 0 76 25 15 500 104 74
Binary 11011111 1010100 10110000 0 111110 10101 1101 101000000 1000100 111100

Color Harmonies of #DF54B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF54B0

Black with #DF54B0

Text Example


Text Example

White with #DF54B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF54B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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