Html Css Color HEX #DE55A8 Brilliant Rose

📋 copy color: '#DE55A8'

red 222 ◦ green 85 ◦ blue 168

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

Shades of Brilliant Rose #DE55A8

Tints of Brilliant Rose #DE55A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.37%

R = 46.74%
G = 17.89%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE55A8 (or 0xDE55A8) is known color: Brilliant Rose. HEX triplet: DE, 55 and A8. RGB value is (222,85,168). Sum of RGB (Red+Green+Blue) = 222+85+168=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE55A8 is #21AA57. Grayscale: #878787. Windows color (decimal): -2206296 or 11032030. OLE color: 11032030.

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

Color convert

RGB 222 85 168 -
CMYK 0 0.62 0.24 0.13
HSL 323.65º 0.67% 0.6% -
HSV(B) 323.65º 0.62% 0.87% -
XYZ 40.44 24.85 39.71 -
YUV 135.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 222 85 168 0 0.62 0.24 0.13 323.65 0.67 0.6
Hex DE 55 A8 0 3E 18 D 144 43 3C
Octal 336 125 250 0 76 30 15 504 103 74
Binary 11011110 1010101 10101000 0 111110 11000 1101 101000100 1000011 111100

Color Harmonies of #DE55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE55A8

Black with #DE55A8

Text Example


Text Example

White with #DE55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE55A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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