Html Css Color HEX #D773B2 Persian Pink

📋 copy color: '#D773B2'

red 215 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #D773B2

Tints of Persian Pink #D773B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 42.32%
G = 22.64%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D773B2 (or 0xD773B2) is known color: Persian Pink. HEX triplet: D7, 73 and B2. RGB value is (215,115,178). Sum of RGB (Red+Green+Blue) = 215+115+178=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D773B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D773B2 is #288C4D. Grayscale: #979797. Windows color (decimal): -2657358 or 11695063. OLE color: 11695063.

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

Color convert

RGB 215 115 178 -
CMYK 0 0.47 0.17 0.16
HSL 322.2º 0.56% 0.65% -
HSV(B) 322.2º 0.47% 0.84% -
XYZ 42.19 29.92 45.67 -
YUV 152.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 215 115 178 0 0.47 0.17 0.16 322.2 0.56 0.65
Hex D7 73 B2 0 2F 11 10 142 38 41
Octal 327 163 262 0 57 21 20 502 70 101
Binary 11010111 1110011 10110010 0 101111 10001 10000 101000010 111000 1000001

Color Harmonies of #D773B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D773B2

Black with #D773B2

Text Example


Text Example

White with #D773B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D773B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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