Html Css Color HEX #D781BD Persian Pink

📋 copy color: '#D781BD'

red 215 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #D781BD

Tints of Persian Pink #D781BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.2%

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 40.34%
G = 24.2%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D781BD (or 0xD781BD) is known color: Persian Pink. HEX triplet: D7, 81 and BD. RGB value is (215,129,189). Sum of RGB (Red+Green+Blue) = 215+129+189=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D781BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D781BD is #287E42. Grayscale: #A1A1A1. Windows color (decimal): -2653763 or 12419543. OLE color: 12419543.

HSL color Cylindrical-coordinate representation of color #D781BD: hue angle of 318.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D781BD is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 129 189 -
CMYK 0 0.4 0.12 0.16
HSL 318.14º 0.52% 0.67% -
HSV(B) 318.14º 0.4% 0.84% -
XYZ 45.06 33.82 52.3 -
YUV 161.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 215 129 189 0 0.4 0.12 0.16 318.14 0.52 0.67
Hex D7 81 BD 0 28 C 10 13E 34 43
Octal 327 201 275 0 50 14 20 476 64 103
Binary 11010111 10000001 10111101 0 101000 1100 10000 100111110 110100 1000011

Color Harmonies of #D781BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D781BD

Black with #D781BD

Text Example


Text Example

White with #D781BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D781BD; }

 p { color: rgb(215,129,189); }

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

background-color css

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

 a { background-color: rgb(215,129,189); }

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

border-color css

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

 span { border-color: rgb(215,129,189); }

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