Html Css Color HEX #DE55AD Brilliant Rose

📋 copy color: '#DE55AD'

red 222 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #DE55AD

Tints of Brilliant Rose #DE55AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 46.25%
G = 17.71%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE55AD (or 0xDE55AD) is known color: Brilliant Rose. HEX triplet: DE, 55 and AD. RGB value is (222,85,173). Sum of RGB (Red+Green+Blue) = 222+85+173=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE55AD is #21AA52. Grayscale: #878787. Windows color (decimal): -2206291 or 11359710. OLE color: 11359710.

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

Color convert

RGB 222 85 173 -
CMYK 0 0.62 0.22 0.13
HSL 321.46º 0.67% 0.6% -
HSV(B) 321.46º 0.62% 0.87% -
XYZ 40.92 25.04 42.21 -
YUV 136 148.89 189.34 -
System Red Green Blue C M Y K H S L
Decimal 222 85 173 0 0.62 0.22 0.13 321.46 0.67 0.6
Hex DE 55 AD 0 3E 16 D 141 43 3C
Octal 336 125 255 0 76 26 15 501 103 74
Binary 11011110 1010101 10101101 0 111110 10110 1101 101000001 1000011 111100

Color Harmonies of #DE55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE55AD

Black with #DE55AD

Text Example


Text Example

White with #DE55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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