Html Css Color HEX #DE28A3 Persian Rose

📋 copy color: '#DE28A3'

red 222 ◦ green 40 ◦ blue 163

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

Shades of Persian Rose #DE28A3

Tints of Persian Rose #DE28A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.35%

R = 52.24%
G = 9.41%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE28A3 (or 0xDE28A3) is known color: Persian Rose. HEX triplet: DE, 28 and A3. RGB value is (222,40,163). Sum of RGB (Red+Green+Blue) = 222+40+163=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28A3 is #21D75C. Grayscale: #6C6C6C. Windows color (decimal): -2217821 or 10692830. OLE color: 10692830.

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

Color convert

RGB 222 40 163 -
CMYK 0 0.82 0.27 0.13
HSL 319.45º 0.73% 0.51% -
HSV(B) 319.45º 0.82% 0.87% -
XYZ 37.49 19.69 36.48 -
YUV 108.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 222 40 163 0 0.82 0.27 0.13 319.45 0.73 0.51
Hex DE 28 A3 0 52 1B D 13F 49 33
Octal 336 50 243 0 122 33 15 477 111 63
Binary 11011110 101000 10100011 0 1010010 11011 1101 100111111 1001001 110011

Color Harmonies of #DE28A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE28A3

Black with #DE28A3

Text Example


Text Example

White with #DE28A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE28A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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