Html Css Color HEX #DF51A4 Brilliant Rose

📋 copy color: '#DF51A4'

red 223 ◦ green 81 ◦ blue 164

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

Shades of Brilliant Rose #DF51A4

Tints of Brilliant Rose #DF51A4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.31%

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 47.65%
G = 17.31%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF51A4 (or 0xDF51A4) is known color: Brilliant Rose. HEX triplet: DF, 51 and A4. RGB value is (223,81,164). Sum of RGB (Red+Green+Blue) = 223+81+164=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF51A4 is #20AE5B. Grayscale: #848484. Windows color (decimal): -2141788 or 10768863. OLE color: 10768863.

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

Color convert

RGB 223 81 164 -
CMYK 0 0.64 0.26 0.13
HSL 324.93º 0.69% 0.6% -
HSV(B) 324.93º 0.64% 0.87% -
XYZ 40.07 24.25 37.69 -
YUV 132.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 223 81 164 0 0.64 0.26 0.13 324.93 0.69 0.6
Hex DF 51 A4 0 40 1A D 145 45 3C
Octal 337 121 244 0 100 32 15 505 105 74
Binary 11011111 1010001 10100100 0 1000000 11010 1101 101000101 1000101 111100

Color Harmonies of #DF51A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF51A4

Black with #DF51A4

Text Example


Text Example

White with #DF51A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF51A4; }

 p { color: rgb(223,81,164); }

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

background-color css

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

 a { background-color: rgb(223,81,164); }

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

border-color css

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

 span { border-color: rgb(223,81,164); }

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