Html Css Color HEX #D76DB3 Persian Pink

📋 copy color: '#D76DB3'

red 215 ◦ green 109 ◦ blue 179

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

Shades of Persian Pink #D76DB3

Tints of Persian Pink #D76DB3

RGB

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

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

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

R = 42.74%
G = 21.67%
B = 35.59%

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

#D76DB3 (or 0xD76DB3) is known color: Persian Pink. HEX triplet: D7, 6D and B3. RGB value is (215,109,179). Sum of RGB (Red+Green+Blue) = 215+109+179=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DB3 is #28924C. Grayscale: #949494. Windows color (decimal): -2658893 or 11759063. OLE color: 11759063.

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

Color convert

RGB 215 109 179 -
CMYK 0 0.49 0.17 0.16
HSL 320.38º 0.57% 0.64% -
HSV(B) 320.38º 0.49% 0.84% -
XYZ 41.63 28.64 45.98 -
YUV 148.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 215 109 179 0 0.49 0.17 0.16 320.38 0.57 0.64
Hex D7 6D B3 0 31 11 10 140 39 40
Octal 327 155 263 0 61 21 20 500 71 100
Binary 11010111 1101101 10110011 0 110001 10001 10000 101000000 111001 1000000

Color Harmonies of #D76DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DB3

Black with #D76DB3

Text Example


Text Example

White with #D76DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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