Html Css Color HEX #D778B2 Persian Pink

📋 copy color: '#D778B2'

red 215 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #D778B2

Tints of Persian Pink #D778B2

RGB

 RED value IS 215 (84.38% from 255) = 41.91%

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

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

R = 41.91%
G = 23.39%
B = 34.7%

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

#D778B2 (or 0xD778B2) is known color: Persian Pink. HEX triplet: D7, 78 and B2. RGB value is (215,120,178). Sum of RGB (Red+Green+Blue) = 215+120+178=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D778B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D778B2 is #28874D. Grayscale: #9A9A9A. Windows color (decimal): -2656078 or 11696343. OLE color: 11696343.

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

Color convert

RGB 215 120 178 -
CMYK 0 0.44 0.17 0.16
HSL 323.37º 0.54% 0.66% -
HSV(B) 323.37º 0.44% 0.84% -
XYZ 42.78 31.09 45.87 -
YUV 155.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 215 120 178 0 0.44 0.17 0.16 323.37 0.54 0.66
Hex D7 78 B2 0 2C 11 10 143 36 42
Octal 327 170 262 0 54 21 20 503 66 102
Binary 11010111 1111000 10110010 0 101100 10001 10000 101000011 110110 1000010

Color Harmonies of #D778B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778B2

Black with #D778B2

Text Example


Text Example

White with #D778B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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