Html Css Color HEX #DF50A6 Brilliant Rose

📋 copy color: '#DF50A6'

red 223 ◦ green 80 ◦ blue 166

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

Shades of Brilliant Rose #DF50A6

Tints of Brilliant Rose #DF50A6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.06%

 BLUE value IS 166 (65.23% from 255) = 35.39%

R = 47.55%
G = 17.06%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF50A6 (or 0xDF50A6) is known color: Brilliant Rose. HEX triplet: DF, 50 and A6. RGB value is (223,80,166). Sum of RGB (Red+Green+Blue) = 223+80+166=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A6 is #20AF59. Grayscale: #848484. Windows color (decimal): -2142042 or 10899679. OLE color: 10899679.

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

Color convert

RGB 223 80 166 -
CMYK 0 0.64 0.26 0.13
HSL 323.92º 0.69% 0.59% -
HSV(B) 323.92º 0.64% 0.87% -
XYZ 40.18 24.18 38.63 -
YUV 132.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 223 80 166 0 0.64 0.26 0.13 323.92 0.69 0.59
Hex DF 50 A6 0 40 1A D 144 45 3B
Octal 337 120 246 0 100 32 15 504 105 73
Binary 11011111 1010000 10100110 0 1000000 11010 1101 101000100 1000101 111011

Color Harmonies of #DF50A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50A6

Black with #DF50A6

Text Example


Text Example

White with #DF50A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50A6; }

 p { color: rgb(223,80,166); }

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

background-color css

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

 a { background-color: rgb(223,80,166); }

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

border-color css

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

 span { border-color: rgb(223,80,166); }

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