Html Css Color HEX #D671B6 Persian Pink

📋 copy color: '#D671B6'

red 214 ◦ green 113 ◦ blue 182

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

Shades of Persian Pink #D671B6

Tints of Persian Pink #D671B6

RGB

 RED value IS 214 (83.98% from 255) = 42.04%

 GREEN value IS 113 (44.53% from 255) = 22.2%

 BLUE value IS 182 (71.48% from 255) = 35.76%

R = 42.04%
G = 22.2%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D671B6 (or 0xD671B6) is known color: Persian Pink. HEX triplet: D6, 71 and B6. RGB value is (214,113,182). Sum of RGB (Red+Green+Blue) = 214+113+182=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D671B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671B6 is #298E49. Grayscale: #969696. Windows color (decimal): -2723402 or 11956694. OLE color: 11956694.

HSL color Cylindrical-coordinate representation of color #D671B6: hue angle of 319.01º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D671B6 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 182 -
CMYK 0 0.47 0.15 0.16
HSL 319.01º 0.55% 0.64% -
HSV(B) 319.01º 0.47% 0.84% -
XYZ 42.08 29.48 47.73 -
YUV 151.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 214 113 182 0 0.47 0.15 0.16 319.01 0.55 0.64
Hex D6 71 B6 0 2F F 10 13F 37 40
Octal 326 161 266 0 57 17 20 477 67 100
Binary 11010110 1110001 10110110 0 101111 1111 10000 100111111 110111 1000000

Color Harmonies of #D671B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671B6

Black with #D671B6

Text Example


Text Example

White with #D671B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671B6; }

 p { color: rgb(214,113,182); }

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

background-color css

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

 a { background-color: rgb(214,113,182); }

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

border-color css

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

 span { border-color: rgb(214,113,182); }

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