Html Css Color HEX #D76BB4 Persian Pink

📋 copy color: '#D76BB4'

red 215 ◦ green 107 ◦ blue 180

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

Shades of Persian Pink #D76BB4

Tints of Persian Pink #D76BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

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

R = 42.83%
G = 21.31%
B = 35.86%

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

#D76BB4 (or 0xD76BB4) is known color: Persian Pink. HEX triplet: D7, 6B and B4. RGB value is (215,107,180). Sum of RGB (Red+Green+Blue) = 215+107+180=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BB4 is #28944B. Grayscale: #939393. Windows color (decimal): -2659404 or 11824087. OLE color: 11824087.

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

Color convert

RGB 215 107 180 -
CMYK 0 0.50 0.16 0.16
HSL 319.44º 0.57% 0.63% -
HSV(B) 319.44º 0.5% 0.84% -
XYZ 41.52 28.26 46.45 -
YUV 147.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 215 107 180 0 0.50 0.16 0.16 319.44 0.57 0.63
Hex D7 6B B4 0 32 10 10 13F 39 3F
Octal 327 153 264 0 62 20 20 477 71 77
Binary 11010111 1101011 10110100 0 110010 10000 10000 100111111 111001 111111

Color Harmonies of #D76BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BB4

Black with #D76BB4

Text Example


Text Example

White with #D76BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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