Html Css Color HEX #DE4AAB Brilliant Rose

📋 copy color: '#DE4AAB'

red 222 ◦ green 74 ◦ blue 171

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

Shades of Brilliant Rose #DE4AAB

Tints of Brilliant Rose #DE4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.85%

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

R = 47.54%
G = 15.85%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE4AAB (or 0xDE4AAB) is known color: Brilliant Rose. HEX triplet: DE, 4A and AB. RGB value is (222,74,171). Sum of RGB (Red+Green+Blue) = 222+74+171=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4AAB is #21B554. Grayscale: #818181. Windows color (decimal): -2209109 or 11225822. OLE color: 11225822.

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

Color convert

RGB 222 74 171 -
CMYK 0 0.67 0.23 0.13
HSL 320.68º 0.69% 0.58% -
HSV(B) 320.68º 0.67% 0.87% -
XYZ 39.92 23.37 40.93 -
YUV 129.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 222 74 171 0 0.67 0.23 0.13 320.68 0.69 0.58
Hex DE 4A AB 0 43 17 D 141 45 3A
Octal 336 112 253 0 103 27 15 501 105 72
Binary 11011110 1001010 10101011 0 1000011 10111 1101 101000001 1000101 111010

Color Harmonies of #DE4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4AAB

Black with #DE4AAB

Text Example


Text Example

White with #DE4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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