Html Css Color HEX #D76DB5 Persian Pink

📋 copy color: '#D76DB5'

red 215 ◦ green 109 ◦ blue 181

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

Shades of Persian Pink #D76DB5

Tints of Persian Pink #D76DB5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 181 (71.09% from 255) = 35.84%

R = 42.57%
G = 21.58%
B = 35.84%

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

#D76DB5 (or 0xD76DB5) is known color: Persian Pink. HEX triplet: D7, 6D and B5. RGB value is (215,109,181). Sum of RGB (Red+Green+Blue) = 215+109+181=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DB5 is #28924A. Grayscale: #949494. Windows color (decimal): -2658891 or 11890135. OLE color: 11890135.

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

Color convert

RGB 215 109 181 -
CMYK 0 0.49 0.16 0.16
HSL 319.25º 0.57% 0.64% -
HSV(B) 319.25º 0.49% 0.84% -
XYZ 41.83 28.72 47.05 -
YUV 148.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 215 109 181 0 0.49 0.16 0.16 319.25 0.57 0.64
Hex D7 6D B5 0 31 10 10 13F 39 40
Octal 327 155 265 0 61 20 20 477 71 100
Binary 11010111 1101101 10110101 0 110001 10000 10000 100111111 111001 1000000

Color Harmonies of #D76DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DB5

Black with #D76DB5

Text Example


Text Example

White with #D76DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DB5; }

 p { color: rgb(215,109,181); }

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

background-color css

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

 a { background-color: rgb(215,109,181); }

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

border-color css

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

 span { border-color: rgb(215,109,181); }

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