Html Css Color HEX #DF27A5 Persian Rose

📋 copy color: '#DF27A5'

red 223 ◦ green 39 ◦ blue 165

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

Shades of Persian Rose #DF27A5

Tints of Persian Rose #DF27A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 52.22%
G = 9.13%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF27A5 (or 0xDF27A5) is known color: Persian Rose. HEX triplet: DF, 27 and A5. RGB value is (223,39,165). Sum of RGB (Red+Green+Blue) = 223+39+165=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF27A5 is #20D85A. Grayscale: #6C6C6C. Windows color (decimal): -2152539 or 10823647. OLE color: 10823647.

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

Color convert

RGB 223 39 165 -
CMYK 0 0.83 0.26 0.13
HSL 318.91º 0.74% 0.51% -
HSV(B) 318.91º 0.83% 0.87% -
XYZ 37.95 19.86 37.43 -
YUV 108.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 223 39 165 0 0.83 0.26 0.13 318.91 0.74 0.51
Hex DF 27 A5 0 53 1A D 13F 4A 33
Octal 337 47 245 0 123 32 15 477 112 63
Binary 11011111 100111 10100101 0 1010011 11010 1101 100111111 1001010 110011

Color Harmonies of #DF27A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF27A5

Black with #DF27A5

Text Example


Text Example

White with #DF27A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF27A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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