Html Css Color HEX #D975B2 Persian Pink

📋 copy color: '#D975B2'

red 217 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #D975B2

Tints of Persian Pink #D975B2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.85%

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

R = 42.38%
G = 22.85%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D975B2 (or 0xD975B2) is known color: Persian Pink. HEX triplet: D9, 75 and B2. RGB value is (217,117,178). Sum of RGB (Red+Green+Blue) = 217+117+178=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D975B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D975B2 is #268A4D. Grayscale: #999999. Windows color (decimal): -2525774 or 11695577. OLE color: 11695577.

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

Color convert

RGB 217 117 178 -
CMYK 0 0.46 0.18 0.15
HSL 323.4º 0.57% 0.65% -
HSV(B) 323.4º 0.46% 0.85% -
XYZ 43.01 30.69 45.78 -
YUV 153.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 217 117 178 0 0.46 0.18 0.15 323.4 0.57 0.65
Hex D9 75 B2 0 2E 12 F 143 39 41
Octal 331 165 262 0 56 22 17 503 71 101
Binary 11011001 1110101 10110010 0 101110 10010 1111 101000011 111001 1000001

Color Harmonies of #D975B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975B2

Black with #D975B2

Text Example


Text Example

White with #D975B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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