Html Css Color HEX #DC74B0 Persian Pink

📋 copy color: '#DC74B0'

red 220 ◦ green 116 ◦ blue 176

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

Shades of Persian Pink #DC74B0

Tints of Persian Pink #DC74B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 42.97%
G = 22.66%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC74B0 (or 0xDC74B0) is known color: Persian Pink. HEX triplet: DC, 74 and B0. RGB value is (220,116,176). Sum of RGB (Red+Green+Blue) = 220+116+176=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC74B0 is #238B4F. Grayscale: #999999. Windows color (decimal): -2329424 or 11564252. OLE color: 11564252.

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

Color convert

RGB 220 116 176 -
CMYK 0 0.47 0.2 0.14
HSL 325.38º 0.6% 0.66% -
HSV(B) 325.38º 0.47% 0.86% -
XYZ 43.6 30.84 44.73 -
YUV 153.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 220 116 176 0 0.47 0.2 0.14 325.38 0.6 0.66
Hex DC 74 B0 0 2F 14 E 145 3C 42
Octal 334 164 260 0 57 24 16 505 74 102
Binary 11011100 1110100 10110000 0 101111 10100 1110 101000101 111100 1000010

Color Harmonies of #DC74B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74B0

Black with #DC74B0

Text Example


Text Example

White with #DC74B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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