Html Css Color HEX #D773B5 Persian Pink

📋 copy color: '#D773B5'

red 215 ◦ green 115 ◦ blue 181

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

Shades of Persian Pink #D773B5

Tints of Persian Pink #D773B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.42%

R = 42.07%
G = 22.5%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D773B5 (or 0xD773B5) is known color: Persian Pink. HEX triplet: D7, 73 and B5. RGB value is (215,115,181). Sum of RGB (Red+Green+Blue) = 215+115+181=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D773B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773B5 is #288C4A. Grayscale: #989898. Windows color (decimal): -2657355 or 11891671. OLE color: 11891671.

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

Color convert

RGB 215 115 181 -
CMYK 0 0.47 0.16 0.16
HSL 320.4º 0.56% 0.65% -
HSV(B) 320.4º 0.47% 0.84% -
XYZ 42.5 30.04 47.28 -
YUV 152.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 215 115 181 0 0.47 0.16 0.16 320.4 0.56 0.65
Hex D7 73 B5 0 2F 10 10 140 38 41
Octal 327 163 265 0 57 20 20 500 70 101
Binary 11010111 1110011 10110101 0 101111 10000 10000 101000000 111000 1000001

Color Harmonies of #D773B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773B5

Black with #D773B5

Text Example


Text Example

White with #D773B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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