Html Css Color HEX #D86CB4 Persian Pink

📋 copy color: '#D86CB4'

red 216 ◦ green 108 ◦ blue 180

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

Shades of Persian Pink #D86CB4

Tints of Persian Pink #D86CB4

RGB

 RED value IS 216 (84.77% from 255) = 42.86%

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

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

R = 42.86%
G = 21.43%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D86CB4 (or 0xD86CB4) is known color: Persian Pink. HEX triplet: D8, 6C and B4. RGB value is (216,108,180). Sum of RGB (Red+Green+Blue) = 216+108+180=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CB4 is #27934B. Grayscale: #949494. Windows color (decimal): -2593612 or 11824344. OLE color: 11824344.

HSL color Cylindrical-coordinate representation of color #D86CB4: hue angle of 320º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CB4 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 180 -
CMYK 0 0.50 0.17 0.15
HSL 320º 0.58% 0.64% -
HSV(B) 320º 0.5% 0.85% -
XYZ 41.92 28.62 46.49 -
YUV 148.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 216 108 180 0 0.50 0.17 0.15 320 0.58 0.64
Hex D8 6C B4 0 32 11 F 140 3A 40
Octal 330 154 264 0 62 21 17 500 72 100
Binary 11011000 1101100 10110100 0 110010 10001 1111 101000000 111010 1000000

Color Harmonies of #D86CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CB4

Black with #D86CB4

Text Example


Text Example

White with #D86CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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