Html Css Color HEX #DC75B4 Persian Pink

📋 copy color: '#DC75B4'

red 220 ◦ green 117 ◦ blue 180

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

Shades of Persian Pink #DC75B4

Tints of Persian Pink #DC75B4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.63%

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 42.55%
G = 22.63%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC75B4 (or 0xDC75B4) is known color: Persian Pink. HEX triplet: DC, 75 and B4. RGB value is (220,117,180). Sum of RGB (Red+Green+Blue) = 220+117+180=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75B4 is #238A4B. Grayscale: #9A9A9A. Windows color (decimal): -2329164 or 11826652. OLE color: 11826652.

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

Color convert

RGB 220 117 180 -
CMYK 0 0.47 0.18 0.14
HSL 323.3º 0.6% 0.66% -
HSV(B) 323.3º 0.47% 0.86% -
XYZ 44.11 31.23 46.88 -
YUV 154.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 220 117 180 0 0.47 0.18 0.14 323.3 0.6 0.66
Hex DC 75 B4 0 2F 12 E 143 3C 42
Octal 334 165 264 0 57 22 16 503 74 102
Binary 11011100 1110101 10110100 0 101111 10010 1110 101000011 111100 1000010

Color Harmonies of #DC75B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75B4

Black with #DC75B4

Text Example


Text Example

White with #DC75B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75B4; }

 p { color: rgb(220,117,180); }

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

background-color css

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

 a { background-color: rgb(220,117,180); }

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

border-color css

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

 span { border-color: rgb(220,117,180); }

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