Html Css Color HEX #D773B6 Persian Pink

📋 copy color: '#D773B6'

red 215 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #D773B6

Tints of Persian Pink #D773B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 41.99%
G = 22.46%
B = 35.55%

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

#D773B6 (or 0xD773B6) is known color: Persian Pink. HEX triplet: D7, 73 and B6. RGB value is (215,115,182). Sum of RGB (Red+Green+Blue) = 215+115+182=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D773B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773B6 is #288C49. Grayscale: #989898. Windows color (decimal): -2657354 or 11957207. OLE color: 11957207.

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

Color convert

RGB 215 115 182 -
CMYK 0 0.47 0.15 0.16
HSL 319.8º 0.56% 0.65% -
HSV(B) 319.8º 0.47% 0.84% -
XYZ 42.6 30.09 47.82 -
YUV 152.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 215 115 182 0 0.47 0.15 0.16 319.8 0.56 0.65
Hex D7 73 B6 0 2F F 10 140 38 41
Octal 327 163 266 0 57 17 20 500 70 101
Binary 11010111 1110011 10110110 0 101111 1111 10000 101000000 111000 1000001

Color Harmonies of #D773B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773B6

Black with #D773B6

Text Example


Text Example

White with #D773B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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