Html Css Color HEX #DE46AB Brilliant Rose

📋 copy color: '#DE46AB'

red 222 ◦ green 70 ◦ blue 171

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

Shades of Brilliant Rose #DE46AB

Tints of Brilliant Rose #DE46AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 47.95%
G = 15.12%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE46AB (or 0xDE46AB) is known color: Brilliant Rose. HEX triplet: DE, 46 and AB. RGB value is (222,70,171). Sum of RGB (Red+Green+Blue) = 222+70+171=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE46AB is #21B954. Grayscale: #7E7E7E. Windows color (decimal): -2210133 or 11224798. OLE color: 11224798.

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

Color convert

RGB 222 70 171 -
CMYK 0 0.68 0.23 0.13
HSL 320.13º 0.7% 0.57% -
HSV(B) 320.13º 0.68% 0.87% -
XYZ 39.67 22.85 40.85 -
YUV 126.96 152.86 195.79 -
System Red Green Blue C M Y K H S L
Decimal 222 70 171 0 0.68 0.23 0.13 320.13 0.7 0.57
Hex DE 46 AB 0 44 17 D 140 46 39
Octal 336 106 253 0 104 27 15 500 106 71
Binary 11011110 1000110 10101011 0 1000100 10111 1101 101000000 1000110 111001

Color Harmonies of #DE46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE46AB

Black with #DE46AB

Text Example


Text Example

White with #DE46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE46AB; }

 p { color: rgb(222,70,171); }

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

background-color css

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

 a { background-color: rgb(222,70,171); }

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

border-color css

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

 span { border-color: rgb(222,70,171); }

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