Html Css Color HEX #DC74B9 Persian Pink

📋 copy color: '#DC74B9'

red 220 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #DC74B9

Tints of Persian Pink #DC74B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 42.23%
G = 22.26%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC74B9 (or 0xDC74B9) is known color: Persian Pink. HEX triplet: DC, 74 and B9. RGB value is (220,116,185). Sum of RGB (Red+Green+Blue) = 220+116+185=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74B9 is #238B46. Grayscale: #9A9A9A. Windows color (decimal): -2329415 or 12154076. OLE color: 12154076.

HSL color Cylindrical-coordinate representation of color #DC74B9: hue angle of 320.19º 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 #DC74B9 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 185 -
CMYK 0 0.47 0.16 0.14
HSL 320.19º 0.6% 0.66% -
HSV(B) 320.19º 0.47% 0.86% -
XYZ 44.52 31.21 49.58 -
YUV 154.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 220 116 185 0 0.47 0.16 0.14 320.19 0.6 0.66
Hex DC 74 B9 0 2F 10 E 140 3C 42
Octal 334 164 271 0 57 20 16 500 74 102
Binary 11011100 1110100 10111001 0 101111 10000 1110 101000000 111100 1000010

Color Harmonies of #DC74B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74B9

Black with #DC74B9

Text Example


Text Example

White with #DC74B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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