Html Css Color HEX #D678B8 Persian Pink

📋 copy color: '#D678B8'

red 214 ◦ green 120 ◦ blue 184

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

Shades of Persian Pink #D678B8

Tints of Persian Pink #D678B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 41.31%
G = 23.17%
B = 35.52%

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

#D678B8 (or 0xD678B8) is known color: Persian Pink. HEX triplet: D6, 78 and B8. RGB value is (214,120,184). Sum of RGB (Red+Green+Blue) = 214+120+184=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D678B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678B8 is #298747. Grayscale: #9B9B9B. Windows color (decimal): -2721608 or 12089558. OLE color: 12089558.

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

Color convert

RGB 214 120 184 -
CMYK 0 0.44 0.14 0.16
HSL 319.15º 0.53% 0.65% -
HSV(B) 319.15º 0.44% 0.84% -
XYZ 43.1 31.19 49.1 -
YUV 155.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 214 120 184 0 0.44 0.14 0.16 319.15 0.53 0.65
Hex D6 78 B8 0 2C E 10 13F 35 41
Octal 326 170 270 0 54 16 20 477 65 101
Binary 11010110 1111000 10111000 0 101100 1110 10000 100111111 110101 1000001

Color Harmonies of #D678B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678B8

Black with #D678B8

Text Example


Text Example

White with #D678B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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