Html Css Color HEX #DF49AA Brilliant Rose

📋 copy color: '#DF49AA'

red 223 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #DF49AA

Tints of Brilliant Rose #DF49AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.67%

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

R = 47.85%
G = 15.67%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF49AA (or 0xDF49AA) is known color: Brilliant Rose. HEX triplet: DF, 49 and AA. RGB value is (223,73,170). Sum of RGB (Red+Green+Blue) = 223+73+170=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF49AA is #20B655. Grayscale: #808080. Windows color (decimal): -2143830 or 11160031. OLE color: 11160031.

HSL color Cylindrical-coordinate representation of color #DF49AA: hue angle of 321.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49AA is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 170 -
CMYK 0 0.67 0.24 0.13
HSL 321.2º 0.7% 0.58% -
HSV(B) 321.2º 0.67% 0.87% -
XYZ 40.07 23.36 40.43 -
YUV 128.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 223 73 170 0 0.67 0.24 0.13 321.2 0.7 0.58
Hex DF 49 AA 0 43 18 D 141 46 3A
Octal 337 111 252 0 103 30 15 501 106 72
Binary 11011111 1001001 10101010 0 1000011 11000 1101 101000001 1000110 111010

Color Harmonies of #DF49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49AA

Black with #DF49AA

Text Example


Text Example

White with #DF49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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