Html Css Color HEX #DF48AA Brilliant Rose

📋 copy color: '#DF48AA'

red 223 ◦ green 72 ◦ blue 170

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

Shades of Brilliant Rose #DF48AA

Tints of Brilliant Rose #DF48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.48%

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

R = 47.96%
G = 15.48%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF48AA (or 0xDF48AA) is known color: Brilliant Rose. HEX triplet: DF, 48 and AA. RGB value is (223,72,170). Sum of RGB (Red+Green+Blue) = 223+72+170=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48AA is #20B755. Grayscale: #808080. Windows color (decimal): -2144086 or 11159775. OLE color: 11159775.

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

Color convert

RGB 223 72 170 -
CMYK 0 0.68 0.24 0.13
HSL 321.06º 0.7% 0.58% -
HSV(B) 321.06º 0.68% 0.87% -
XYZ 40 23.22 40.4 -
YUV 128.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 223 72 170 0 0.68 0.24 0.13 321.06 0.7 0.58
Hex DF 48 AA 0 44 18 D 141 46 3A
Octal 337 110 252 0 104 30 15 501 106 72
Binary 11011111 1001000 10101010 0 1000100 11000 1101 101000001 1000110 111010

Color Harmonies of #DF48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48AA

Black with #DF48AA

Text Example


Text Example

White with #DF48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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