Html Css Color HEX #DF48A8 Brilliant Rose

📋 copy color: '#DF48A8'

red 223 ◦ green 72 ◦ blue 168

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

Shades of Brilliant Rose #DF48A8

Tints of Brilliant Rose #DF48A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 48.16%
G = 15.55%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF48A8 (or 0xDF48A8) is known color: Brilliant Rose. HEX triplet: DF, 48 and A8. RGB value is (223,72,168). Sum of RGB (Red+Green+Blue) = 223+72+168=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48A8 is #20B757. Grayscale: #7F7F7F. Windows color (decimal): -2144088 or 11028703. OLE color: 11028703.

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

Color convert

RGB 223 72 168 -
CMYK 0 0.68 0.25 0.13
HSL 321.85º 0.7% 0.58% -
HSV(B) 321.85º 0.68% 0.87% -
XYZ 39.82 23.15 39.42 -
YUV 128.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 223 72 168 0 0.68 0.25 0.13 321.85 0.7 0.58
Hex DF 48 A8 0 44 19 D 142 46 3A
Octal 337 110 250 0 104 31 15 502 106 72
Binary 11011111 1001000 10101000 0 1000100 11001 1101 101000010 1000110 111010

Color Harmonies of #DF48A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48A8

Black with #DF48A8

Text Example


Text Example

White with #DF48A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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