Html Css Color HEX #DE52AB Brilliant Rose

📋 copy color: '#DE52AB'

red 222 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #DE52AB

Tints of Brilliant Rose #DE52AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.26%

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

R = 46.74%
G = 17.26%
B = 36%

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

#DE52AB (or 0xDE52AB) is known color: Brilliant Rose. HEX triplet: DE, 52 and AB. RGB value is (222,82,171). Sum of RGB (Red+Green+Blue) = 222+82+171=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE52AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE52AB is #21AD54. Grayscale: #858585. Windows color (decimal): -2207061 or 11227870. OLE color: 11227870.

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

Color convert

RGB 222 82 171 -
CMYK 0 0.63 0.23 0.13
HSL 321.86º 0.68% 0.6% -
HSV(B) 321.86º 0.63% 0.87% -
XYZ 40.49 24.5 41.12 -
YUV 134.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 222 82 171 0 0.63 0.23 0.13 321.86 0.68 0.6
Hex DE 52 AB 0 3F 17 D 142 44 3C
Octal 336 122 253 0 77 27 15 502 104 74
Binary 11011110 1010010 10101011 0 111111 10111 1101 101000010 1000100 111100

Color Harmonies of #DE52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE52AB

Black with #DE52AB

Text Example


Text Example

White with #DE52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE52AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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