Html Css Color HEX #DE51AF Brilliant Rose

📋 copy color: '#DE51AF'

red 222 ◦ green 81 ◦ blue 175

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

Shades of Brilliant Rose #DE51AF

Tints of Brilliant Rose #DE51AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 46.44%
G = 16.95%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE51AF (or 0xDE51AF) is known color: Brilliant Rose. HEX triplet: DE, 51 and AF. RGB value is (222,81,175). Sum of RGB (Red+Green+Blue) = 222+81+175=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE51AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE51AF is #21AE50. Grayscale: #858585. Windows color (decimal): -2207313 or 11489758. OLE color: 11489758.

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

Color convert

RGB 222 81 175 -
CMYK 0 0.64 0.21 0.13
HSL 320º 0.68% 0.59% -
HSV(B) 320º 0.64% 0.87% -
XYZ 40.8 24.51 43.14 -
YUV 133.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 222 81 175 0 0.64 0.21 0.13 320 0.68 0.59
Hex DE 51 AF 0 40 15 D 140 44 3B
Octal 336 121 257 0 100 25 15 500 104 73
Binary 11011110 1010001 10101111 0 1000000 10101 1101 101000000 1000100 111011

Color Harmonies of #DE51AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE51AF

Black with #DE51AF

Text Example


Text Example

White with #DE51AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE51AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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