Html Css Color HEX #D671B5 Persian Pink

📋 copy color: '#D671B5'

red 214 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #D671B5

Tints of Persian Pink #D671B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 42.13%
G = 22.24%
B = 35.63%

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

#D671B5 (or 0xD671B5) is known color: Persian Pink. HEX triplet: D6, 71 and B5. RGB value is (214,113,181). Sum of RGB (Red+Green+Blue) = 214+113+181=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D671B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671B5 is #298E4A. Grayscale: #969696. Windows color (decimal): -2723403 or 11891158. OLE color: 11891158.

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

Color convert

RGB 214 113 181 -
CMYK 0 0.47 0.15 0.16
HSL 319.6º 0.55% 0.64% -
HSV(B) 319.6º 0.47% 0.84% -
XYZ 41.98 29.44 47.19 -
YUV 150.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 214 113 181 0 0.47 0.15 0.16 319.6 0.55 0.64
Hex D6 71 B5 0 2F F 10 140 37 40
Octal 326 161 265 0 57 17 20 500 67 100
Binary 11010110 1110001 10110101 0 101111 1111 10000 101000000 110111 1000000

Color Harmonies of #D671B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671B5

Black with #D671B5

Text Example


Text Example

White with #D671B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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