Html Css Color HEX #DF50A8 Brilliant Rose

📋 copy color: '#DF50A8'

red 223 ◦ green 80 ◦ blue 168

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

Shades of Brilliant Rose #DF50A8

Tints of Brilliant Rose #DF50A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 47.35%
G = 16.99%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF50A8 (or 0xDF50A8) is known color: Brilliant Rose. HEX triplet: DF, 50 and A8. RGB value is (223,80,168). Sum of RGB (Red+Green+Blue) = 223+80+168=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A8 is #20AF57. Grayscale: #848484. Windows color (decimal): -2142040 or 11030751. OLE color: 11030751.

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

Color convert

RGB 223 80 168 -
CMYK 0 0.64 0.25 0.13
HSL 323.08º 0.69% 0.59% -
HSV(B) 323.08º 0.64% 0.87% -
XYZ 40.37 24.25 39.6 -
YUV 132.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 223 80 168 0 0.64 0.25 0.13 323.08 0.69 0.59
Hex DF 50 A8 0 40 19 D 143 45 3B
Octal 337 120 250 0 100 31 15 503 105 73
Binary 11011111 1010000 10101000 0 1000000 11001 1101 101000011 1000101 111011

Color Harmonies of #DF50A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50A8

Black with #DF50A8

Text Example


Text Example

White with #DF50A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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