Html Css Color HEX #DE55AB Brilliant Rose

📋 copy color: '#DE55AB'

red 222 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #DE55AB

Tints of Brilliant Rose #DE55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

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

R = 46.44%
G = 17.78%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE55AB (or 0xDE55AB) is known color: Brilliant Rose. HEX triplet: DE, 55 and AB. RGB value is (222,85,171). Sum of RGB (Red+Green+Blue) = 222+85+171=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE55AB is #21AA54. Grayscale: #878787. Windows color (decimal): -2206293 or 11228638. OLE color: 11228638.

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

Color convert

RGB 222 85 171 -
CMYK 0 0.62 0.23 0.13
HSL 322.34º 0.67% 0.6% -
HSV(B) 322.34º 0.62% 0.87% -
XYZ 40.72 24.97 41.2 -
YUV 135.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 222 85 171 0 0.62 0.23 0.13 322.34 0.67 0.6
Hex DE 55 AB 0 3E 17 D 142 43 3C
Octal 336 125 253 0 76 27 15 502 103 74
Binary 11011110 1010101 10101011 0 111110 10111 1101 101000010 1000011 111100

Color Harmonies of #DE55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE55AB

Black with #DE55AB

Text Example


Text Example

White with #DE55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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