Html Css Color HEX #DF50AA Brilliant Rose

📋 copy color: '#DF50AA'

red 223 ◦ green 80 ◦ blue 170

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

Shades of Brilliant Rose #DF50AA

Tints of Brilliant Rose #DF50AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 47.15%
G = 16.91%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF50AA (or 0xDF50AA) is known color: Brilliant Rose. HEX triplet: DF, 50 and AA. RGB value is (223,80,170). Sum of RGB (Red+Green+Blue) = 223+80+170=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50AA is #20AF55. Grayscale: #848484. Windows color (decimal): -2142038 or 11161823. OLE color: 11161823.

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

Color convert

RGB 223 80 170 -
CMYK 0 0.64 0.24 0.13
HSL 322.24º 0.69% 0.59% -
HSV(B) 322.24º 0.64% 0.87% -
XYZ 40.56 24.33 40.59 -
YUV 133.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 223 80 170 0 0.64 0.24 0.13 322.24 0.69 0.59
Hex DF 50 AA 0 40 18 D 142 45 3B
Octal 337 120 252 0 100 30 15 502 105 73
Binary 11011111 1010000 10101010 0 1000000 11000 1101 101000010 1000101 111011

Color Harmonies of #DF50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50AA

Black with #DF50AA

Text Example


Text Example

White with #DF50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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