Html Css Color HEX #D671B3 Persian Pink

📋 copy color: '#D671B3'

red 214 ◦ green 113 ◦ blue 179

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

Shades of Persian Pink #D671B3

Tints of Persian Pink #D671B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.38%

R = 42.29%
G = 22.33%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D671B3 (or 0xD671B3) is known color: Persian Pink. HEX triplet: D6, 71 and B3. RGB value is (214,113,179). Sum of RGB (Red+Green+Blue) = 214+113+179=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D671B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671B3 is #298E4C. Grayscale: #969696. Windows color (decimal): -2723405 or 11760086. OLE color: 11760086.

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

Color convert

RGB 214 113 179 -
CMYK 0 0.47 0.16 0.16
HSL 320.79º 0.55% 0.64% -
HSV(B) 320.79º 0.47% 0.84% -
XYZ 41.77 29.36 46.11 -
YUV 150.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 214 113 179 0 0.47 0.16 0.16 320.79 0.55 0.64
Hex D6 71 B3 0 2F 10 10 141 37 40
Octal 326 161 263 0 57 20 20 501 67 100
Binary 11010110 1110001 10110011 0 101111 10000 10000 101000001 110111 1000000

Color Harmonies of #D671B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671B3

Black with #D671B3

Text Example


Text Example

White with #D671B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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