Html Css Color HEX #DE50AF Brilliant Rose

📋 copy color: '#DE50AF'

red 222 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #DE50AF

Tints of Brilliant Rose #DE50AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.77%

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

R = 46.54%
G = 16.77%
B = 36.69%

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

#DE50AF (or 0xDE50AF) is known color: Brilliant Rose. HEX triplet: DE, 50 and AF. RGB value is (222,80,175). Sum of RGB (Red+Green+Blue) = 222+80+175=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE50AF is #21AF50. Grayscale: #858585. Windows color (decimal): -2207569 or 11489502. OLE color: 11489502.

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

Color convert

RGB 222 80 175 -
CMYK 0 0.64 0.21 0.13
HSL 319.86º 0.68% 0.59% -
HSV(B) 319.86º 0.64% 0.87% -
XYZ 40.73 24.36 43.11 -
YUV 133.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 222 80 175 0 0.64 0.21 0.13 319.86 0.68 0.59
Hex DE 50 AF 0 40 15 D 140 44 3B
Octal 336 120 257 0 100 25 15 500 104 73
Binary 11011110 1010000 10101111 0 1000000 10101 1101 101000000 1000100 111011

Color Harmonies of #DE50AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE50AF

Black with #DE50AF

Text Example


Text Example

White with #DE50AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE50AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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