Html Css Color HEX #DE53AB Brilliant Rose

📋 copy color: '#DE53AB'

red 222 ◦ green 83 ◦ blue 171

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

Shades of Brilliant Rose #DE53AB

Tints of Brilliant Rose #DE53AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 46.64%
G = 17.44%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE53AB (or 0xDE53AB) is known color: Brilliant Rose. HEX triplet: DE, 53 and AB. RGB value is (222,83,171). Sum of RGB (Red+Green+Blue) = 222+83+171=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE53AB is #21AC54. Grayscale: #868686. Windows color (decimal): -2206805 or 11228126. OLE color: 11228126.

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

Color convert

RGB 222 83 171 -
CMYK 0 0.63 0.23 0.13
HSL 322.01º 0.68% 0.6% -
HSV(B) 322.01º 0.63% 0.87% -
XYZ 40.57 24.66 41.15 -
YUV 134.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 222 83 171 0 0.63 0.23 0.13 322.01 0.68 0.6
Hex DE 53 AB 0 3F 17 D 142 44 3C
Octal 336 123 253 0 77 27 15 502 104 74
Binary 11011110 1010011 10101011 0 111111 10111 1101 101000010 1000100 111100

Color Harmonies of #DE53AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE53AB

Black with #DE53AB

Text Example


Text Example

White with #DE53AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE53AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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