Html Css Color HEX #DC25A6 Persian Rose

📋 copy color: '#DC25A6'

red 220 ◦ green 37 ◦ blue 166

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

Shades of Persian Rose #DC25A6

Tints of Persian Rose #DC25A6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.75%

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

R = 52.01%
G = 8.75%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC25A6 (or 0xDC25A6) is known color: Persian Rose. HEX triplet: DC, 25 and A6. RGB value is (220,37,166). Sum of RGB (Red+Green+Blue) = 220+37+166=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25A6 is #23DA59. Grayscale: #6A6A6A. Windows color (decimal): -2349658 or 10888668. OLE color: 10888668.

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

Color convert

RGB 220 37 166 -
CMYK 0 0.83 0.25 0.14
HSL 317.7º 0.72% 0.5% -
HSV(B) 317.7º 0.83% 0.86% -
XYZ 37.06 19.29 37.85 -
YUV 106.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 220 37 166 0 0.83 0.25 0.14 317.7 0.72 0.5
Hex DC 25 A6 0 53 19 E 13E 48 32
Octal 334 45 246 0 123 31 16 476 110 62
Binary 11011100 100101 10100110 0 1010011 11001 1110 100111110 1001000 110010

Color Harmonies of #DC25A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25A6

Black with #DC25A6

Text Example


Text Example

White with #DC25A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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