Html Css Color HEX #D279B6 Persian Pink

📋 copy color: '#D279B6'

red 210 ◦ green 121 ◦ blue 182

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

Shades of Persian Pink #D279B6

Tints of Persian Pink #D279B6

RGB

 RED value IS 210 (82.42% from 255) = 40.94%

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

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

R = 40.94%
G = 23.59%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D279B6 (or 0xD279B6) is known color: Persian Pink. HEX triplet: D2, 79 and B6. RGB value is (210,121,182). Sum of RGB (Red+Green+Blue) = 210+121+182=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D279B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279B6 is #2D8649. Grayscale: #9A9A9A. Windows color (decimal): -2983498 or 11958738. OLE color: 11958738.

HSL color Cylindrical-coordinate representation of color #D279B6: hue angle of 318.88º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279B6 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 121 182 -
CMYK 0 0.42 0.13 0.18
HSL 318.88º 0.5% 0.65% -
HSV(B) 318.88º 0.42% 0.82% -
XYZ 41.86 30.75 47.99 -
YUV 154.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 210 121 182 0 0.42 0.13 0.18 318.88 0.5 0.65
Hex D2 79 B6 0 2A D 12 13F 32 41
Octal 322 171 266 0 52 15 22 477 62 101
Binary 11010010 1111001 10110110 0 101010 1101 10010 100111111 110010 1000001

Color Harmonies of #D279B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D279B6

Black with #D279B6

Text Example


Text Example

White with #D279B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D279B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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