#DF26A5

Color #DF26A5 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #DF26A5

Tints of Persian Rose #DF26A5

Color information

#DF26A5 (or 0xDF26A5) is unknown color: approx Persian Rose. HEX triplet: DF, 26 and A5. RGB value is (223,38,165). Sum of RGB (Red+Green+Blue) = 223+38+165=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF26A5 is #20D95A. Grayscale: #6B6B6B. Windows color (decimal): -2152795 or 10823391. OLE color: 10823391.

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

Color convert

RGB22338165-
CMYK00.830.260.13
HSL318.81º74.3%51.18%-
HSV(B)318.81º82.96%87.45%-
XYZ37.9219.7937.42-
YUV107.79160.29210.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.35%
GREEN value IS 38 (15.23% from 255) = 8.92%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=52.35%
G=8.92%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2233816500.830.260.13318.8174.351.18
HexDF26A50531AD13f4a33
Octal337462450123321547711263
Binary1101111110011010100101010100111101011011001111111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF26A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF26A5; }

 p { color: rgb(223,38,165); }

 H1.HeaderClassName
 {
   color: #DF26A5;
 }
 .AnyTagClassName
 {
   color: #DF26A5;
 }
</style>
background-color css

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

 a { background-color: rgb(223,38,165); }

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

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

 span { border-color: rgb(223,38,165); }

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