Html Css Color HEX #D479B6 Persian Pink

📋 copy color: '#D479B6'

red 212 ◦ green 121 ◦ blue 182

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

Shades of Persian Pink #D479B6

Tints of Persian Pink #D479B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.34%

R = 41.17%
G = 23.5%
B = 35.34%

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

#D479B6 (or 0xD479B6) is known color: Persian Pink. HEX triplet: D4, 79 and B6. RGB value is (212,121,182). Sum of RGB (Red+Green+Blue) = 212+121+182=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D479B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479B6 is #2B8649. Grayscale: #9B9B9B. Windows color (decimal): -2852426 or 11958740. OLE color: 11958740.

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

Color convert

RGB 212 121 182 -
CMYK 0 0.43 0.14 0.17
HSL 319.78º 0.51% 0.65% -
HSV(B) 319.78º 0.43% 0.83% -
XYZ 42.43 31.05 48.01 -
YUV 155.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 212 121 182 0 0.43 0.14 0.17 319.78 0.51 0.65
Hex D4 79 B6 0 2B E 11 140 33 41
Octal 324 171 266 0 53 16 21 500 63 101
Binary 11010100 1111001 10110110 0 101011 1110 10001 101000000 110011 1000001

Color Harmonies of #D479B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D479B6

Black with #D479B6

Text Example


Text Example

White with #D479B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D479B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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