Html Css Color HEX #D76EB3 Persian Pink

📋 copy color: '#D76EB3'

red 215 ◦ green 110 ◦ blue 179

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

Shades of Persian Pink #D76EB3

Tints of Persian Pink #D76EB3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.83%

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 42.66%
G = 21.83%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D76EB3 (or 0xD76EB3) is known color: Persian Pink. HEX triplet: D7, 6E and B3. RGB value is (215,110,179). Sum of RGB (Red+Green+Blue) = 215+110+179=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EB3 is #28914C. Grayscale: #959595. Windows color (decimal): -2658637 or 11759319. OLE color: 11759319.

HSL color Cylindrical-coordinate representation of color #D76EB3: hue angle of 320.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76EB3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 179 -
CMYK 0 0.49 0.17 0.16
HSL 320.57º 0.57% 0.64% -
HSV(B) 320.57º 0.49% 0.84% -
XYZ 41.74 28.85 46.02 -
YUV 149.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 215 110 179 0 0.49 0.17 0.16 320.57 0.57 0.64
Hex D7 6E B3 0 31 11 10 141 39 40
Octal 327 156 263 0 61 21 20 501 71 100
Binary 11010111 1101110 10110011 0 110001 10001 10000 101000001 111001 1000000

Color Harmonies of #D76EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EB3

Black with #D76EB3

Text Example


Text Example

White with #D76EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EB3; }

 p { color: rgb(215,110,179); }

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

background-color css

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

 a { background-color: rgb(215,110,179); }

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

border-color css

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

 span { border-color: rgb(215,110,179); }

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