Html Css Color HEX #D479B7 Persian Pink

📋 copy color: '#D479B7'

red 212 ◦ green 121 ◦ blue 183

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

Shades of Persian Pink #D479B7

Tints of Persian Pink #D479B7

RGB

 RED value IS 212 (83.2% from 255) = 41.09%

 GREEN value IS 121 (47.66% from 255) = 23.45%

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 41.09%
G = 23.45%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D479B7 (or 0xD479B7) is known color: Persian Pink. HEX triplet: D4, 79 and B7. RGB value is (212,121,183). Sum of RGB (Red+Green+Blue) = 212+121+183=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D479B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479B7 is #2B8648. Grayscale: #9B9B9B. Windows color (decimal): -2852425 or 12024276. OLE color: 12024276.

HSL color Cylindrical-coordinate representation of color #D479B7: hue angle of 319.12º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D479B7 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 121 183 -
CMYK 0 0.43 0.14 0.17
HSL 319.12º 0.51% 0.65% -
HSV(B) 319.12º 0.43% 0.83% -
XYZ 42.54 31.09 48.56 -
YUV 155.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 212 121 183 0 0.43 0.14 0.17 319.12 0.51 0.65
Hex D4 79 B7 0 2B E 11 13F 33 41
Octal 324 171 267 0 53 16 21 477 63 101
Binary 11010100 1111001 10110111 0 101011 1110 10001 100111111 110011 1000001

Color Harmonies of #D479B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479B7

Black with #D479B7

Text Example


Text Example

White with #D479B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479B7; }

 p { color: rgb(212,121,183); }

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

background-color css

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

 a { background-color: rgb(212,121,183); }

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

border-color css

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

 span { border-color: rgb(212,121,183); }

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