Html Css Color HEX #DE57AA Brilliant Rose

📋 copy color: '#DE57AA'

red 222 ◦ green 87 ◦ blue 170

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

Shades of Brilliant Rose #DE57AA

Tints of Brilliant Rose #DE57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.16%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 46.35%
G = 18.16%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE57AA (or 0xDE57AA) is known color: Brilliant Rose. HEX triplet: DE, 57 and AA. RGB value is (222,87,170). Sum of RGB (Red+Green+Blue) = 222+87+170=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE57AA is #21A855. Grayscale: #888888. Windows color (decimal): -2205782 or 11163614. OLE color: 11163614.

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

Color convert

RGB 222 87 170 -
CMYK 0 0.61 0.23 0.13
HSL 323.11º 0.67% 0.61% -
HSV(B) 323.11º 0.61% 0.87% -
XYZ 40.79 25.25 40.75 -
YUV 136.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 222 87 170 0 0.61 0.23 0.13 323.11 0.67 0.61
Hex DE 57 AA 0 3D 17 D 143 43 3D
Octal 336 127 252 0 75 27 15 503 103 75
Binary 11011110 1010111 10101010 0 111101 10111 1101 101000011 1000011 111101

Color Harmonies of #DE57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE57AA

Black with #DE57AA

Text Example


Text Example

White with #DE57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE57AA; }

 p { color: rgb(222,87,170); }

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

background-color css

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

 a { background-color: rgb(222,87,170); }

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

border-color css

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

 span { border-color: rgb(222,87,170); }

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