Html Css Color HEX #DF50A3 Brilliant Rose

📋 copy color: '#DF50A3'

red 223 ◦ green 80 ◦ blue 163

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

Shades of Brilliant Rose #DF50A3

Tints of Brilliant Rose #DF50A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.98%

R = 47.85%
G = 17.17%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF50A3 (or 0xDF50A3) is known color: Brilliant Rose. HEX triplet: DF, 50 and A3. RGB value is (223,80,163). Sum of RGB (Red+Green+Blue) = 223+80+163=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A3 is #20AF5C. Grayscale: #848484. Windows color (decimal): -2142045 or 10703071. OLE color: 10703071.

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

Color convert

RGB 223 80 163 -
CMYK 0 0.64 0.27 0.13
HSL 325.17º 0.69% 0.59% -
HSV(B) 325.17º 0.64% 0.87% -
XYZ 39.91 24.07 37.19 -
YUV 132.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 223 80 163 0 0.64 0.27 0.13 325.17 0.69 0.59
Hex DF 50 A3 0 40 1B D 145 45 3B
Octal 337 120 243 0 100 33 15 505 105 73
Binary 11011111 1010000 10100011 0 1000000 11011 1101 101000101 1000101 111011

Color Harmonies of #DF50A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50A3

Black with #DF50A3

Text Example


Text Example

White with #DF50A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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