Html Css Color HEX #DE53B2 Brilliant Rose

📋 copy color: '#DE53B2'

red 222 ◦ green 83 ◦ blue 178

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

Shades of Brilliant Rose #DE53B2

Tints of Brilliant Rose #DE53B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 45.96%
G = 17.18%
B = 36.85%

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

#DE53B2 (or 0xDE53B2) is known color: Brilliant Rose. HEX triplet: DE, 53 and B2. RGB value is (222,83,178). Sum of RGB (Red+Green+Blue) = 222+83+178=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE53B2 is #21AC4D. Grayscale: #878787. Windows color (decimal): -2206798 or 11686878. OLE color: 11686878.

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

Color convert

RGB 222 83 178 -
CMYK 0 0.63 0.20 0.13
HSL 318.99º 0.68% 0.6% -
HSV(B) 318.99º 0.63% 0.87% -
XYZ 41.25 24.93 44.76 -
YUV 135.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 222 83 178 0 0.63 0.20 0.13 318.99 0.68 0.6
Hex DE 53 B2 0 3F 14 D 13F 44 3C
Octal 336 123 262 0 77 24 15 477 104 74
Binary 11011110 1010011 10110010 0 111111 10100 1101 100111111 1000100 111100

Color Harmonies of #DE53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53B2

Black with #DE53B2

Text Example


Text Example

White with #DE53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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