Html Css Color HEX #D772B8 Persian Pink

📋 copy color: '#D772B8'

red 215 ◦ green 114 ◦ blue 184

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

Shades of Persian Pink #D772B8

Tints of Persian Pink #D772B8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.22%

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

R = 41.91%
G = 22.22%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D772B8 (or 0xD772B8) is known color: Persian Pink. HEX triplet: D7, 72 and B8. RGB value is (215,114,184). Sum of RGB (Red+Green+Blue) = 215+114+184=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D772B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D772B8 is #288D47. Grayscale: #989898. Windows color (decimal): -2657608 or 12088023. OLE color: 12088023.

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

Color convert

RGB 215 114 184 -
CMYK 0 0.47 0.14 0.16
HSL 318.42º 0.56% 0.65% -
HSV(B) 318.42º 0.47% 0.84% -
XYZ 42.69 29.94 48.88 -
YUV 152.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 215 114 184 0 0.47 0.14 0.16 318.42 0.56 0.65
Hex D7 72 B8 0 2F E 10 13E 38 41
Octal 327 162 270 0 57 16 20 476 70 101
Binary 11010111 1110010 10111000 0 101111 1110 10000 100111110 111000 1000001

Color Harmonies of #D772B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D772B8

Black with #D772B8

Text Example


Text Example

White with #D772B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D772B8; }

 p { color: rgb(215,114,184); }

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

background-color css

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

 a { background-color: rgb(215,114,184); }

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

border-color css

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

 span { border-color: rgb(215,114,184); }

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