Html Css Color HEX #DF52B0 Brilliant Rose

📋 copy color: '#DF52B0'

red 223 ◦ green 82 ◦ blue 176

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

Shades of Brilliant Rose #DF52B0

Tints of Brilliant Rose #DF52B0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.05%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 46.36%
G = 17.05%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF52B0 (or 0xDF52B0) is known color: Brilliant Rose. HEX triplet: DF, 52 and B0. RGB value is (223,82,176). Sum of RGB (Red+Green+Blue) = 223+82+176=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF52B0 is #20AD4F. Grayscale: #868686. Windows color (decimal): -2141520 or 11555551. OLE color: 11555551.

HSL color Cylindrical-coordinate representation of color #DF52B0: hue angle of 320º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF52B0 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 176 -
CMYK 0 0.63 0.21 0.13
HSL 320º 0.69% 0.6% -
HSV(B) 320º 0.63% 0.87% -
XYZ 41.29 24.86 43.7 -
YUV 134.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 223 82 176 0 0.63 0.21 0.13 320 0.69 0.6
Hex DF 52 B0 0 3F 15 D 140 45 3C
Octal 337 122 260 0 77 25 15 500 105 74
Binary 11011111 1010010 10110000 0 111111 10101 1101 101000000 1000101 111100

Color Harmonies of #DF52B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52B0

Black with #DF52B0

Text Example


Text Example

White with #DF52B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52B0; }

 p { color: rgb(223,82,176); }

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

background-color css

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

 a { background-color: rgb(223,82,176); }

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

border-color css

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

 span { border-color: rgb(223,82,176); }

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