Html Css Color HEX #DC74BB Persian Pink

📋 copy color: '#DC74BB'

red 220 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #DC74BB

Tints of Persian Pink #DC74BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 42.07%
G = 22.18%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC74BB (or 0xDC74BB) is known color: Persian Pink. HEX triplet: DC, 74 and BB. RGB value is (220,116,187). Sum of RGB (Red+Green+Blue) = 220+116+187=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74BB is #238B44. Grayscale: #9B9B9B. Windows color (decimal): -2329413 or 12285148. OLE color: 12285148.

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

Color convert

RGB 220 116 187 -
CMYK 0 0.47 0.15 0.14
HSL 319.04º 0.6% 0.66% -
HSV(B) 319.04º 0.47% 0.86% -
XYZ 44.73 31.29 50.7 -
YUV 155.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 220 116 187 0 0.47 0.15 0.14 319.04 0.6 0.66
Hex DC 74 BB 0 2F F E 13F 3C 42
Octal 334 164 273 0 57 17 16 477 74 102
Binary 11011100 1110100 10111011 0 101111 1111 1110 100111111 111100 1000010

Color Harmonies of #DC74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC74BB

Black with #DC74BB

Text Example


Text Example

White with #DC74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC74BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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