Html Css Color HEX #D76EB4 Persian Pink

📋 copy color: '#D76EB4'

red 215 ◦ green 110 ◦ blue 180

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

Shades of Persian Pink #D76EB4

Tints of Persian Pink #D76EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.64%

R = 42.57%
G = 21.78%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D76EB4 (or 0xD76EB4) is known color: Persian Pink. HEX triplet: D7, 6E and B4. RGB value is (215,110,180). Sum of RGB (Red+Green+Blue) = 215+110+180=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EB4 is #28914B. Grayscale: #959595. Windows color (decimal): -2658636 or 11824855. OLE color: 11824855.

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

Color convert

RGB 215 110 180 -
CMYK 0 0.49 0.16 0.16
HSL 320º 0.57% 0.64% -
HSV(B) 320º 0.49% 0.84% -
XYZ 41.84 28.89 46.55 -
YUV 149.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 215 110 180 0 0.49 0.16 0.16 320 0.57 0.64
Hex D7 6E B4 0 31 10 10 140 39 40
Octal 327 156 264 0 61 20 20 500 71 100
Binary 11010111 1101110 10110100 0 110001 10000 10000 101000000 111001 1000000

Color Harmonies of #D76EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EB4

Black with #D76EB4

Text Example


Text Example

White with #D76EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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