Html Css Color HEX #D678B2 Persian Pink

📋 copy color: '#D678B2'

red 214 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #D678B2

Tints of Persian Pink #D678B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 41.8%
G = 23.44%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D678B2 (or 0xD678B2) is known color: Persian Pink. HEX triplet: D6, 78 and B2. RGB value is (214,120,178). Sum of RGB (Red+Green+Blue) = 214+120+178=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D678B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678B2 is #29874D. Grayscale: #9A9A9A. Windows color (decimal): -2721614 or 11696342. OLE color: 11696342.

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

Color convert

RGB 214 120 178 -
CMYK 0 0.44 0.17 0.16
HSL 322.98º 0.53% 0.65% -
HSV(B) 322.98º 0.44% 0.84% -
XYZ 42.48 30.94 45.85 -
YUV 154.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 214 120 178 0 0.44 0.17 0.16 322.98 0.53 0.65
Hex D6 78 B2 0 2C 11 10 143 35 41
Octal 326 170 262 0 54 21 20 503 65 101
Binary 11010110 1111000 10110010 0 101100 10001 10000 101000011 110101 1000001

Color Harmonies of #D678B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678B2

Black with #D678B2

Text Example


Text Example

White with #D678B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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