Html Css Color HEX #DF27A8 Persian Rose

📋 copy color: '#DF27A8'

red 223 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #DF27A8

Tints of Persian Rose #DF27A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 51.86%
G = 9.07%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF27A8 (or 0xDF27A8) is known color: Persian Rose. HEX triplet: DF, 27 and A8. RGB value is (223,39,168). Sum of RGB (Red+Green+Blue) = 223+39+168=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF27A8 is #20D857. Grayscale: #6C6C6C. Windows color (decimal): -2152536 or 11020255. OLE color: 11020255.

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

Color convert

RGB 223 39 168 -
CMYK 0 0.83 0.25 0.13
HSL 317.93º 0.74% 0.51% -
HSV(B) 317.93º 0.83% 0.87% -
XYZ 38.22 19.97 38.88 -
YUV 108.72 161.46 209.51 -
System Red Green Blue C M Y K H S L
Decimal 223 39 168 0 0.83 0.25 0.13 317.93 0.74 0.51
Hex DF 27 A8 0 53 19 D 13E 4A 33
Octal 337 47 250 0 123 31 15 476 112 63
Binary 11011111 100111 10101000 0 1010011 11001 1101 100111110 1001010 110011

Color Harmonies of #DF27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF27A8

Black with #DF27A8

Text Example


Text Example

White with #DF27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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