Html Css Color HEX #DF27A9 Persian Rose

📋 copy color: '#DF27A9'

red 223 ◦ green 39 ◦ blue 169

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

Shades of Persian Rose #DF27A9

Tints of Persian Rose #DF27A9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.05%

 BLUE value IS 169 (66.41% from 255) = 39.21%

R = 51.74%
G = 9.05%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF27A9 (or 0xDF27A9) is known color: Persian Rose. HEX triplet: DF, 27 and A9. RGB value is (223,39,169). Sum of RGB (Red+Green+Blue) = 223+39+169=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF27A9 is #20D856. Grayscale: #6C6C6C. Windows color (decimal): -2152535 or 11085791. OLE color: 11085791.

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

Color convert

RGB 223 39 169 -
CMYK 0 0.83 0.24 0.13
HSL 317.61º 0.74% 0.51% -
HSV(B) 317.61º 0.83% 0.87% -
XYZ 38.32 20 39.38 -
YUV 108.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 223 39 169 0 0.83 0.24 0.13 317.61 0.74 0.51
Hex DF 27 A9 0 53 18 D 13E 4A 33
Octal 337 47 251 0 123 30 15 476 112 63
Binary 11011111 100111 10101001 0 1010011 11000 1101 100111110 1001010 110011

Color Harmonies of #DF27A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF27A9

Black with #DF27A9

Text Example


Text Example

White with #DF27A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF27A9; }

 p { color: rgb(223,39,169); }

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

background-color css

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

 a { background-color: rgb(223,39,169); }

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

border-color css

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

 span { border-color: rgb(223,39,169); }

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