#DE4FA5

Color #DE4FA5 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DE4FA5

Tints of Brilliant Rose #DE4FA5

Color information

#DE4FA5 (or 0xDE4FA5) is unknown color: approx Brilliant Rose. HEX triplet: DE, 4F and A5. RGB value is (222,79,165). Sum of RGB (Red+Green+Blue) = 222+79+165=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4FA5 is #21B05A. Grayscale: #838383. Windows color (decimal): -2207835 or 10833886. OLE color: 10833886.

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

Color convert

RGB22279165-
CMYK00.640.260.13
HSL323.92º68.42%59.02%-
HSV(B)323.92º64.41%87.06%-
XYZ39.7123.8438.11-
YUV131.56146.88192.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 79 (31.25% from 255) = 16.95%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=47.64%
G=16.95%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227916500.640.260.13323.9268.4259.02
HexDE4FA50401AD144443b
Octal3361172450100321550410473
Binary11011110100111110100101010000001101011011010001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4FA5; }

 p { color: rgb(222,79,165); }

 H1.HeaderClassName
 {
   color: #DE4FA5;
 }
 .AnyTagClassName
 {
   color: #DE4FA5;
 }
</style>
background-color css

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

 a { background-color: rgb(222,79,165); }

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

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

 span { border-color: rgb(222,79,165); }

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