Html Css Color HEX #DF49B1 Brilliant Rose

📋 copy color: '#DF49B1'

red 223 ◦ green 73 ◦ blue 177

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

Shades of Brilliant Rose #DF49B1

Tints of Brilliant Rose #DF49B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 47.15%
G = 15.43%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF49B1 (or 0xDF49B1) is known color: Brilliant Rose. HEX triplet: DF, 49 and B1. RGB value is (223,73,177). Sum of RGB (Red+Green+Blue) = 223+73+177=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF49B1 is #20B64E. Grayscale: #818181. Windows color (decimal): -2143823 or 11618783. OLE color: 11618783.

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

Color convert

RGB 223 73 177 -
CMYK 0 0.67 0.21 0.13
HSL 318.4º 0.7% 0.58% -
HSV(B) 318.4º 0.67% 0.87% -
XYZ 40.75 23.63 44.01 -
YUV 129.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 223 73 177 0 0.67 0.21 0.13 318.4 0.7 0.58
Hex DF 49 B1 0 43 15 D 13E 46 3A
Octal 337 111 261 0 103 25 15 476 106 72
Binary 11011111 1001001 10110001 0 1000011 10101 1101 100111110 1000110 111010

Color Harmonies of #DF49B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF49B1

Black with #DF49B1

Text Example


Text Example

White with #DF49B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF49B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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