Html Css Color HEX #DF52B4 Brilliant Rose

📋 copy color: '#DF52B4'

red 223 ◦ green 82 ◦ blue 180

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

Shades of Brilliant Rose #DF52B4

Tints of Brilliant Rose #DF52B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 45.98%
G = 16.91%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF52B4 (or 0xDF52B4) is known color: Brilliant Rose. HEX triplet: DF, 52 and B4. RGB value is (223,82,180). Sum of RGB (Red+Green+Blue) = 223+82+180=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52B4 is #20AD4B. Grayscale: #878787. Windows color (decimal): -2141516 or 11817695. OLE color: 11817695.

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

Color convert

RGB 223 82 180 -
CMYK 0 0.63 0.19 0.13
HSL 318.3º 0.69% 0.6% -
HSV(B) 318.3º 0.63% 0.87% -
XYZ 41.69 25.02 45.81 -
YUV 135.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 223 82 180 0 0.63 0.19 0.13 318.3 0.69 0.6
Hex DF 52 B4 0 3F 13 D 13E 45 3C
Octal 337 122 264 0 77 23 15 476 105 74
Binary 11011111 1010010 10110100 0 111111 10011 1101 100111110 1000101 111100

Color Harmonies of #DF52B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF52B4

Black with #DF52B4

Text Example


Text Example

White with #DF52B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF52B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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