Html Css Color HEX #DF28AA Persian Rose

📋 copy color: '#DF28AA'

red 223 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #DF28AA

Tints of Persian Rose #DF28AA

RGB

 RED value IS 223 (87.5% from 255) = 51.5%

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 51.5%
G = 9.24%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF28AA (or 0xDF28AA) is known color: Persian Rose. HEX triplet: DF, 28 and AA. RGB value is (223,40,170). Sum of RGB (Red+Green+Blue) = 223+40+170=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28AA is #20D755. Grayscale: #6D6D6D. Windows color (decimal): -2152278 or 11151583. OLE color: 11151583.

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

Color convert

RGB 223 40 170 -
CMYK 0 0.82 0.24 0.13
HSL 317.38º 0.74% 0.52% -
HSV(B) 317.38º 0.82% 0.87% -
XYZ 38.45 20.11 39.89 -
YUV 109.54 162.13 208.93 -
System Red Green Blue C M Y K H S L
Decimal 223 40 170 0 0.82 0.24 0.13 317.38 0.74 0.52
Hex DF 28 AA 0 52 18 D 13D 4A 34
Octal 337 50 252 0 122 30 15 475 112 64
Binary 11011111 101000 10101010 0 1010010 11000 1101 100111101 1001010 110100

Color Harmonies of #DF28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF28AA

Black with #DF28AA

Text Example


Text Example

White with #DF28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF28AA; }

 p { color: rgb(223,40,170); }

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

background-color css

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

 a { background-color: rgb(223,40,170); }

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

border-color css

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

 span { border-color: rgb(223,40,170); }

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