Html Css Color HEX #DF51A2 Brilliant Rose

📋 copy color: '#DF51A2'

red 223 ◦ green 81 ◦ blue 162

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

Shades of Brilliant Rose #DF51A2

Tints of Brilliant Rose #DF51A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.76%

R = 47.85%
G = 17.38%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF51A2 (or 0xDF51A2) is known color: Brilliant Rose. HEX triplet: DF, 51 and A2. RGB value is (223,81,162). Sum of RGB (Red+Green+Blue) = 223+81+162=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF51A2 is #20AE5D. Grayscale: #848484. Windows color (decimal): -2141790 or 10637791. OLE color: 10637791.

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

Color convert

RGB 223 81 162 -
CMYK 0 0.64 0.27 0.13
HSL 325.77º 0.69% 0.6% -
HSV(B) 325.77º 0.64% 0.87% -
XYZ 39.9 24.18 36.75 -
YUV 132.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 223 81 162 0 0.64 0.27 0.13 325.77 0.69 0.6
Hex DF 51 A2 0 40 1B D 146 45 3C
Octal 337 121 242 0 100 33 15 506 105 74
Binary 11011111 1010001 10100010 0 1000000 11011 1101 101000110 1000101 111100

Color Harmonies of #DF51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF51A2

Black with #DF51A2

Text Example


Text Example

White with #DF51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF51A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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