Html Css Color HEX #D778B4 Persian Pink

📋 copy color: '#D778B4'

red 215 ◦ green 120 ◦ blue 180

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

Shades of Persian Pink #D778B4

Tints of Persian Pink #D778B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 41.75%
G = 23.3%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D778B4 (or 0xD778B4) is known color: Persian Pink. HEX triplet: D7, 78 and B4. RGB value is (215,120,180). Sum of RGB (Red+Green+Blue) = 215+120+180=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D778B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778B4 is #28874B. Grayscale: #9B9B9B. Windows color (decimal): -2656076 or 11827415. OLE color: 11827415.

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

Color convert

RGB 215 120 180 -
CMYK 0 0.44 0.16 0.16
HSL 322.11º 0.54% 0.66% -
HSV(B) 322.11º 0.44% 0.84% -
XYZ 42.98 31.18 46.93 -
YUV 155.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 215 120 180 0 0.44 0.16 0.16 322.11 0.54 0.66
Hex D7 78 B4 0 2C 10 10 142 36 42
Octal 327 170 264 0 54 20 20 502 66 102
Binary 11010111 1111000 10110100 0 101100 10000 10000 101000010 110110 1000010

Color Harmonies of #D778B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D778B4

Black with #D778B4

Text Example


Text Example

White with #D778B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D778B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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