Html Css Color HEX #DC75B3 Persian Pink

📋 copy color: '#DC75B3'

red 220 ◦ green 117 ◦ blue 179

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

Shades of Persian Pink #DC75B3

Tints of Persian Pink #DC75B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.69%

R = 42.64%
G = 22.67%
B = 34.69%

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

#DC75B3 (or 0xDC75B3) is known color: Persian Pink. HEX triplet: DC, 75 and B3. RGB value is (220,117,179). Sum of RGB (Red+Green+Blue) = 220+117+179=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75B3 is #238A4C. Grayscale: #9A9A9A. Windows color (decimal): -2329165 or 11761116. OLE color: 11761116.

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

Color convert

RGB 220 117 179 -
CMYK 0 0.47 0.19 0.14
HSL 323.88º 0.6% 0.66% -
HSV(B) 323.88º 0.47% 0.86% -
XYZ 44.01 31.19 46.35 -
YUV 154.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 220 117 179 0 0.47 0.19 0.14 323.88 0.6 0.66
Hex DC 75 B3 0 2F 13 E 144 3C 42
Octal 334 165 263 0 57 23 16 504 74 102
Binary 11011100 1110101 10110011 0 101111 10011 1110 101000100 111100 1000010

Color Harmonies of #DC75B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75B3

Black with #DC75B3

Text Example


Text Example

White with #DC75B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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