Html Css Color HEX #DE50A8 Brilliant Rose

📋 copy color: '#DE50A8'

red 222 ◦ green 80 ◦ blue 168

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

Shades of Brilliant Rose #DE50A8

Tints of Brilliant Rose #DE50A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 47.23%
G = 17.02%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE50A8 (or 0xDE50A8) is known color: Brilliant Rose. HEX triplet: DE, 50 and A8. RGB value is (222,80,168). Sum of RGB (Red+Green+Blue) = 222+80+168=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE50A8 is #21AF57. Grayscale: #848484. Windows color (decimal): -2207576 or 11030750. OLE color: 11030750.

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

Color convert

RGB 222 80 168 -
CMYK 0 0.64 0.24 0.13
HSL 322.82º 0.68% 0.59% -
HSV(B) 322.82º 0.64% 0.87% -
XYZ 40.06 24.09 39.58 -
YUV 132.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 222 80 168 0 0.64 0.24 0.13 322.82 0.68 0.59
Hex DE 50 A8 0 40 18 D 143 44 3B
Octal 336 120 250 0 100 30 15 503 104 73
Binary 11011110 1010000 10101000 0 1000000 11000 1101 101000011 1000100 111011

Color Harmonies of #DE50A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE50A8

Black with #DE50A8

Text Example


Text Example

White with #DE50A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE50A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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