Html Css Color HEX #D678B9 Persian Pink

📋 copy color: '#D678B9'

red 214 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #D678B9

Tints of Persian Pink #D678B9

RGB

 RED value IS 214 (83.98% from 255) = 41.23%

 GREEN value IS 120 (47.27% from 255) = 23.12%

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 41.23%
G = 23.12%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D678B9 (or 0xD678B9) is known color: Persian Pink. HEX triplet: D6, 78 and B9. RGB value is (214,120,185). Sum of RGB (Red+Green+Blue) = 214+120+185=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D678B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678B9 is #298746. Grayscale: #9B9B9B. Windows color (decimal): -2721607 or 12155094. OLE color: 12155094.

HSL color Cylindrical-coordinate representation of color #D678B9: hue angle of 318.51º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D678B9 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 185 -
CMYK 0 0.44 0.14 0.16
HSL 318.51º 0.53% 0.65% -
HSV(B) 318.51º 0.44% 0.84% -
XYZ 43.2 31.23 49.65 -
YUV 155.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 214 120 185 0 0.44 0.14 0.16 318.51 0.53 0.65
Hex D6 78 B9 0 2C E 10 13F 35 41
Octal 326 170 271 0 54 16 20 477 65 101
Binary 11010110 1111000 10111001 0 101100 1110 10000 100111111 110101 1000001

Color Harmonies of #D678B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678B9

Black with #D678B9

Text Example


Text Example

White with #D678B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678B9; }

 p { color: rgb(214,120,185); }

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

background-color css

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

 a { background-color: rgb(214,120,185); }

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

border-color css

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

 span { border-color: rgb(214,120,185); }

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