Html Css Color HEX #D870B2 Persian Pink

📋 copy color: '#D870B2'

red 216 ◦ green 112 ◦ blue 178

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

Shades of Persian Pink #D870B2

Tints of Persian Pink #D870B2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 42.69%
G = 22.13%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D870B2 (or 0xD870B2) is known color: Persian Pink. HEX triplet: D8, 70 and B2. RGB value is (216,112,178). Sum of RGB (Red+Green+Blue) = 216+112+178=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D870B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D870B2 is #278F4D. Grayscale: #969696. Windows color (decimal): -2592590 or 11694296. OLE color: 11694296.

HSL color Cylindrical-coordinate representation of color #D870B2: hue angle of 321.92º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870B2 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 178 -
CMYK 0 0.48 0.18 0.15
HSL 321.92º 0.57% 0.64% -
HSV(B) 321.92º 0.48% 0.85% -
XYZ 42.15 29.4 45.57 -
YUV 150.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 216 112 178 0 0.48 0.18 0.15 321.92 0.57 0.64
Hex D8 70 B2 0 30 12 F 142 39 40
Octal 330 160 262 0 60 22 17 502 71 100
Binary 11011000 1110000 10110010 0 110000 10010 1111 101000010 111001 1000000

Color Harmonies of #D870B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D870B2

Black with #D870B2

Text Example


Text Example

White with #D870B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D870B2; }

 p { color: rgb(216,112,178); }

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

background-color css

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

 a { background-color: rgb(216,112,178); }

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

border-color css

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

 span { border-color: rgb(216,112,178); }

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