Html Css Color HEX #DE53B1 Brilliant Rose

📋 copy color: '#DE53B1'

red 222 ◦ green 83 ◦ blue 177

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

Shades of Brilliant Rose #DE53B1

Tints of Brilliant Rose #DE53B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 46.06%
G = 17.22%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DE53B1 (or 0xDE53B1) is known color: Brilliant Rose. HEX triplet: DE, 53 and B1. RGB value is (222,83,177). Sum of RGB (Red+Green+Blue) = 222+83+177=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE53B1 is #21AC4E. Grayscale: #878787. Windows color (decimal): -2206799 or 11621342. OLE color: 11621342.

HSL color Cylindrical-coordinate representation of color #DE53B1: hue angle of 319.42º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE53B1 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 83 177 -
CMYK 0 0.63 0.20 0.13
HSL 319.42º 0.68% 0.6% -
HSV(B) 319.42º 0.63% 0.87% -
XYZ 41.15 24.89 44.23 -
YUV 135.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 222 83 177 0 0.63 0.20 0.13 319.42 0.68 0.6
Hex DE 53 B1 0 3F 14 D 13F 44 3C
Octal 336 123 261 0 77 24 15 477 104 74
Binary 11011110 1010011 10110001 0 111111 10100 1101 100111111 1000100 111100

Color Harmonies of #DE53B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53B1

Black with #DE53B1

Text Example


Text Example

White with #DE53B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53B1; }

 p { color: rgb(222,83,177); }

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

background-color css

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

 a { background-color: rgb(222,83,177); }

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

border-color css

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

 span { border-color: rgb(222,83,177); }

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