Html Css Color HEX #D773B7 Persian Pink

📋 copy color: '#D773B7'

red 215 ◦ green 115 ◦ blue 183

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

Shades of Persian Pink #D773B7

Tints of Persian Pink #D773B7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.42%

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 41.91%
G = 22.42%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D773B7 (or 0xD773B7) is known color: Persian Pink. HEX triplet: D7, 73 and B7. RGB value is (215,115,183). Sum of RGB (Red+Green+Blue) = 215+115+183=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D773B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773B7 is #288C48. Grayscale: #989898. Windows color (decimal): -2657353 or 12022743. OLE color: 12022743.

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

Color convert

RGB 215 115 183 -
CMYK 0 0.47 0.15 0.16
HSL 319.2º 0.56% 0.65% -
HSV(B) 319.2º 0.47% 0.84% -
XYZ 42.7 30.13 48.36 -
YUV 152.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 215 115 183 0 0.47 0.15 0.16 319.2 0.56 0.65
Hex D7 73 B7 0 2F F 10 13F 38 41
Octal 327 163 267 0 57 17 20 477 70 101
Binary 11010111 1110011 10110111 0 101111 1111 10000 100111111 111000 1000001

Color Harmonies of #D773B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773B7

Black with #D773B7

Text Example


Text Example

White with #D773B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773B7; }

 p { color: rgb(215,115,183); }

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

background-color css

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

 a { background-color: rgb(215,115,183); }

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

border-color css

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

 span { border-color: rgb(215,115,183); }

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