Html Css Color HEX #DF54A1 Brilliant Rose

📋 copy color: '#DF54A1'

red 223 ◦ green 84 ◦ blue 161

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

Shades of Brilliant Rose #DF54A1

Tints of Brilliant Rose #DF54A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 47.65%
G = 17.95%
B = 34.4%

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

#DF54A1 (or 0xDF54A1) is known color: Brilliant Rose. HEX triplet: DF, 54 and A1. RGB value is (223,84,161). Sum of RGB (Red+Green+Blue) = 223+84+161=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54A1 is #20AB5E. Grayscale: #868686. Windows color (decimal): -2141023 or 10573023. OLE color: 10573023.

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

Color convert

RGB 223 84 161 -
CMYK 0 0.62 0.28 0.13
HSL 326.76º 0.68% 0.6% -
HSV(B) 326.76º 0.62% 0.87% -
XYZ 40.03 24.6 36.36 -
YUV 134.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 223 84 161 0 0.62 0.28 0.13 326.76 0.68 0.6
Hex DF 54 A1 0 3E 1C D 147 44 3C
Octal 337 124 241 0 76 34 15 507 104 74
Binary 11011111 1010100 10100001 0 111110 11100 1101 101000111 1000100 111100

Color Harmonies of #DF54A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF54A1

Black with #DF54A1

Text Example


Text Example

White with #DF54A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF54A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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