Html Css Color HEX #DE55AF Brilliant Rose

📋 copy color: '#DE55AF'

red 222 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #DE55AF

Tints of Brilliant Rose #DE55AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 46.06%
G = 17.63%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE55AF (or 0xDE55AF) is known color: Brilliant Rose. HEX triplet: DE, 55 and AF. RGB value is (222,85,175). Sum of RGB (Red+Green+Blue) = 222+85+175=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE55AF is #21AA50. Grayscale: #888888. Windows color (decimal): -2206289 or 11490782. OLE color: 11490782.

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

Color convert

RGB 222 85 175 -
CMYK 0 0.62 0.21 0.13
HSL 320.58º 0.67% 0.6% -
HSV(B) 320.58º 0.62% 0.87% -
XYZ 41.11 25.12 43.24 -
YUV 136.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 222 85 175 0 0.62 0.21 0.13 320.58 0.67 0.6
Hex DE 55 AF 0 3E 15 D 141 43 3C
Octal 336 125 257 0 76 25 15 501 103 74
Binary 11011110 1010101 10101111 0 111110 10101 1101 101000001 1000011 111100

Color Harmonies of #DE55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE55AF

Black with #DE55AF

Text Example


Text Example

White with #DE55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE55AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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