Html Css Color HEX #DF50A5 Brilliant Rose

📋 copy color: '#DF50A5'

red 223 ◦ green 80 ◦ blue 165

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

Shades of Brilliant Rose #DF50A5

Tints of Brilliant Rose #DF50A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 47.65%
G = 17.09%
B = 35.26%

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

#DF50A5 (or 0xDF50A5) is known color: Brilliant Rose. HEX triplet: DF, 50 and A5. RGB value is (223,80,165). Sum of RGB (Red+Green+Blue) = 223+80+165=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A5 is #20AF5A. Grayscale: #848484. Windows color (decimal): -2142043 or 10834143. OLE color: 10834143.

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

Color convert

RGB 223 80 165 -
CMYK 0 0.64 0.26 0.13
HSL 324.34º 0.69% 0.59% -
HSV(B) 324.34º 0.64% 0.87% -
XYZ 40.09 24.14 38.14 -
YUV 132.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 223 80 165 0 0.64 0.26 0.13 324.34 0.69 0.59
Hex DF 50 A5 0 40 1A D 144 45 3B
Octal 337 120 245 0 100 32 15 504 105 73
Binary 11011111 1010000 10100101 0 1000000 11010 1101 101000100 1000101 111011

Color Harmonies of #DF50A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50A5

Black with #DF50A5

Text Example


Text Example

White with #DF50A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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