Html Css Color HEX #D973B2 Persian Pink

📋 copy color: '#D973B2'

red 217 ◦ green 115 ◦ blue 178

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

Shades of Persian Pink #D973B2

Tints of Persian Pink #D973B2

RGB

 RED value IS 217 (85.16% from 255) = 42.55%

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

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

R = 42.55%
G = 22.55%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D973B2 (or 0xD973B2) is known color: Persian Pink. HEX triplet: D9, 73 and B2. RGB value is (217,115,178). Sum of RGB (Red+Green+Blue) = 217+115+178=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D973B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D973B2 is #268C4D. Grayscale: #989898. Windows color (decimal): -2526286 or 11695065. OLE color: 11695065.

HSL color Cylindrical-coordinate representation of color #D973B2: hue angle of 322.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D973B2 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 115 178 -
CMYK 0 0.47 0.18 0.15
HSL 322.94º 0.57% 0.65% -
HSV(B) 322.94º 0.47% 0.85% -
XYZ 42.78 30.23 45.7 -
YUV 152.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 217 115 178 0 0.47 0.18 0.15 322.94 0.57 0.65
Hex D9 73 B2 0 2F 12 F 143 39 41
Octal 331 163 262 0 57 22 17 503 71 101
Binary 11011001 1110011 10110010 0 101111 10010 1111 101000011 111001 1000001

Color Harmonies of #D973B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973B2

Black with #D973B2

Text Example


Text Example

White with #D973B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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