Html Css Color HEX #DE57A8 Brilliant Rose

📋 copy color: '#DE57A8'

red 222 ◦ green 87 ◦ blue 168

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

Shades of Brilliant Rose #DE57A8

Tints of Brilliant Rose #DE57A8

RGB

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

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

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

R = 46.54%
G = 18.24%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE57A8 (or 0xDE57A8) is known color: Brilliant Rose. HEX triplet: DE, 57 and A8. RGB value is (222,87,168). Sum of RGB (Red+Green+Blue) = 222+87+168=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE57A8 is #21A857. Grayscale: #888888. Windows color (decimal): -2205784 or 11032542. OLE color: 11032542.

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

Color convert

RGB 222 87 168 -
CMYK 0 0.61 0.24 0.13
HSL 324º 0.67% 0.61% -
HSV(B) 324º 0.61% 0.87% -
XYZ 40.6 25.17 39.76 -
YUV 136.6 145.73 188.91 -
System Red Green Blue C M Y K H S L
Decimal 222 87 168 0 0.61 0.24 0.13 324 0.67 0.61
Hex DE 57 A8 0 3D 18 D 144 43 3D
Octal 336 127 250 0 75 30 15 504 103 75
Binary 11011110 1010111 10101000 0 111101 11000 1101 101000100 1000011 111101

Color Harmonies of #DE57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE57A8

Black with #DE57A8

Text Example


Text Example

White with #DE57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE57A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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