Html Css Color HEX #DE28AB Persian Rose

📋 copy color: '#DE28AB'

red 222 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #DE28AB

Tints of Persian Rose #DE28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.24%

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

R = 51.27%
G = 9.24%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE28AB (or 0xDE28AB) is known color: Persian Rose. HEX triplet: DE, 28 and AB. RGB value is (222,40,171). Sum of RGB (Red+Green+Blue) = 222+40+171=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28AB is #21D754. Grayscale: #6D6D6D. Windows color (decimal): -2217813 or 11217118. OLE color: 11217118.

HSL color Cylindrical-coordinate representation of color #DE28AB: hue angle of 316.81º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE28AB is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 40 171 -
CMYK 0 0.82 0.23 0.13
HSL 316.81º 0.73% 0.51% -
HSV(B) 316.81º 0.82% 0.87% -
XYZ 38.23 19.99 40.37 -
YUV 109.35 162.8 208.35 -
System Red Green Blue C M Y K H S L
Decimal 222 40 171 0 0.82 0.23 0.13 316.81 0.73 0.51
Hex DE 28 AB 0 52 17 D 13D 49 33
Octal 336 50 253 0 122 27 15 475 111 63
Binary 11011110 101000 10101011 0 1010010 10111 1101 100111101 1001001 110011

Color Harmonies of #DE28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28AB

Black with #DE28AB

Text Example


Text Example

White with #DE28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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