Html Css Color HEX #DC27A6 Persian Rose

📋 copy color: '#DC27A6'

red 220 ◦ green 39 ◦ blue 166

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

Shades of Persian Rose #DC27A6

Tints of Persian Rose #DC27A6

RGB

 RED value IS 220 (86.33% from 255) = 51.76%

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

 BLUE value IS 166 (65.23% from 255) = 39.06%

R = 51.76%
G = 9.18%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC27A6 (or 0xDC27A6) is known color: Persian Rose. HEX triplet: DC, 27 and A6. RGB value is (220,39,166). Sum of RGB (Red+Green+Blue) = 220+39+166=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27A6 is #23D859. Grayscale: #6B6B6B. Windows color (decimal): -2349146 or 10889180. OLE color: 10889180.

HSL color Cylindrical-coordinate representation of color #DC27A6: hue angle of 317.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27A6 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 166 -
CMYK 0 0.82 0.25 0.14
HSL 317.9º 0.72% 0.51% -
HSV(B) 317.9º 0.82% 0.86% -
XYZ 37.12 19.42 37.87 -
YUV 107.6 160.97 208.17 -
System Red Green Blue C M Y K H S L
Decimal 220 39 166 0 0.82 0.25 0.14 317.9 0.72 0.51
Hex DC 27 A6 0 52 19 E 13E 48 33
Octal 334 47 246 0 122 31 16 476 110 63
Binary 11011100 100111 10100110 0 1010010 11001 1110 100111110 1001000 110011

Color Harmonies of #DC27A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27A6

Black with #DC27A6

Text Example


Text Example

White with #DC27A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27A6; }

 p { color: rgb(220,39,166); }

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

background-color css

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

 a { background-color: rgb(220,39,166); }

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

border-color css

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

 span { border-color: rgb(220,39,166); }

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