Html Css Color HEX #DE51AD Brilliant Rose

📋 copy color: '#DE51AD'

red 222 ◦ green 81 ◦ blue 173

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

Shades of Brilliant Rose #DE51AD

Tints of Brilliant Rose #DE51AD

RGB

 RED value IS 222 (87.11% from 255) = 46.64%

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

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 46.64%
G = 17.02%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE51AD (or 0xDE51AD) is known color: Brilliant Rose. HEX triplet: DE, 51 and AD. RGB value is (222,81,173). Sum of RGB (Red+Green+Blue) = 222+81+173=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE51AD is #21AE52. Grayscale: #858585. Windows color (decimal): -2207315 or 11358686. OLE color: 11358686.

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

Color convert

RGB 222 81 173 -
CMYK 0 0.64 0.22 0.13
HSL 320.85º 0.68% 0.59% -
HSV(B) 320.85º 0.64% 0.87% -
XYZ 40.61 24.43 42.11 -
YUV 133.65 150.21 191.02 -
System Red Green Blue C M Y K H S L
Decimal 222 81 173 0 0.64 0.22 0.13 320.85 0.68 0.59
Hex DE 51 AD 0 40 16 D 141 44 3B
Octal 336 121 255 0 100 26 15 501 104 73
Binary 11011110 1010001 10101101 0 1000000 10110 1101 101000001 1000100 111011

Color Harmonies of #DE51AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE51AD

Black with #DE51AD

Text Example


Text Example

White with #DE51AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE51AD; }

 p { color: rgb(222,81,173); }

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

background-color css

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

 a { background-color: rgb(222,81,173); }

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

border-color css

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

 span { border-color: rgb(222,81,173); }

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