Html Css Color HEX #DF52B3 Brilliant Rose

📋 copy color: '#DF52B3'

red 223 ◦ green 82 ◦ blue 179

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

Shades of Brilliant Rose #DF52B3

Tints of Brilliant Rose #DF52B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 46.07%
G = 16.94%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF52B3 (or 0xDF52B3) is known color: Brilliant Rose. HEX triplet: DF, 52 and B3. RGB value is (223,82,179). Sum of RGB (Red+Green+Blue) = 223+82+179=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52B3 is #20AD4C. Grayscale: #868686. Windows color (decimal): -2141517 or 11752159. OLE color: 11752159.

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

Color convert

RGB 223 82 179 -
CMYK 0 0.63 0.20 0.13
HSL 318.72º 0.69% 0.6% -
HSV(B) 318.72º 0.63% 0.87% -
XYZ 41.59 24.98 45.28 -
YUV 135.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 223 82 179 0 0.63 0.20 0.13 318.72 0.69 0.6
Hex DF 52 B3 0 3F 14 D 13F 45 3C
Octal 337 122 263 0 77 24 15 477 105 74
Binary 11011111 1010010 10110011 0 111111 10100 1101 100111111 1000101 111100

Color Harmonies of #DF52B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52B3

Black with #DF52B3

Text Example


Text Example

White with #DF52B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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