Html Css Color HEX #D76CB4 Persian Pink

📋 copy color: '#D76CB4'

red 215 ◦ green 108 ◦ blue 180

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

Shades of Persian Pink #D76CB4

Tints of Persian Pink #D76CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 42.74%
G = 21.47%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D76CB4 (or 0xD76CB4) is known color: Persian Pink. HEX triplet: D7, 6C and B4. RGB value is (215,108,180). Sum of RGB (Red+Green+Blue) = 215+108+180=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB4 is #28934B. Grayscale: #949494. Windows color (decimal): -2659148 or 11824343. OLE color: 11824343.

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

Color convert

RGB 215 108 180 -
CMYK 0 0.50 0.16 0.16
HSL 319.63º 0.57% 0.63% -
HSV(B) 319.63º 0.5% 0.84% -
XYZ 41.63 28.47 46.48 -
YUV 148.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 215 108 180 0 0.50 0.16 0.16 319.63 0.57 0.63
Hex D7 6C B4 0 32 10 10 140 39 3F
Octal 327 154 264 0 62 20 20 500 71 77
Binary 11010111 1101100 10110100 0 110010 10000 10000 101000000 111001 111111

Color Harmonies of #D76CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CB4

Black with #D76CB4

Text Example


Text Example

White with #D76CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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