Html Css Color HEX #DC74B2 Persian Pink

📋 copy color: '#DC74B2'

red 220 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #DC74B2

Tints of Persian Pink #DC74B2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.57%

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 42.8%
G = 22.57%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC74B2 (or 0xDC74B2) is known color: Persian Pink. HEX triplet: DC, 74 and B2. RGB value is (220,116,178). Sum of RGB (Red+Green+Blue) = 220+116+178=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74B2 is #238B4D. Grayscale: #9A9A9A. Windows color (decimal): -2329422 or 11695324. OLE color: 11695324.

HSL color Cylindrical-coordinate representation of color #DC74B2: hue angle of 324.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74B2 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 178 -
CMYK 0 0.47 0.19 0.14
HSL 324.23º 0.6% 0.66% -
HSV(B) 324.23º 0.47% 0.86% -
XYZ 43.8 30.92 45.78 -
YUV 154.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 220 116 178 0 0.47 0.19 0.14 324.23 0.6 0.66
Hex DC 74 B2 0 2F 13 E 144 3C 42
Octal 334 164 262 0 57 23 16 504 74 102
Binary 11011100 1110100 10110010 0 101111 10011 1110 101000100 111100 1000010

Color Harmonies of #DC74B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74B2

Black with #DC74B2

Text Example


Text Example

White with #DC74B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74B2; }

 p { color: rgb(220,116,178); }

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

background-color css

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

 a { background-color: rgb(220,116,178); }

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

border-color css

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

 span { border-color: rgb(220,116,178); }

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